in reply to Apache::Cookie
Otherwise, there's no Apache::Request object from which to pull a cookie.sub new { my $class = shift; return $class->SUPER::new(@_); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Apache::Cookie
by deprecated (Priest) on Mar 22, 2001 at 09:32 UTC | |
by chipmunk (Parson) on Mar 22, 2001 at 10:48 UTC | |
|
Re: Re: Apache::Cookie
by BMaximus (Chaplain) on Mar 22, 2001 at 09:53 UTC |