Joe Schaefer wrote:
Andrew Wyllie <[EMAIL PROTECTED]> writes:
my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS =>
"Alta::Cookies::Cookie" );
Oops, looks like I b0rked that API in 2.05. Here's the preferred
aproach now:
my $req = APR::Request::Apache2->handle($r);
my $jar = $req-
Andrew Wyllie <[EMAIL PROTECTED]> writes:
> my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS =>
> "Alta::Cookies::Cookie" );
Oops, looks like I b0rked that API in 2.05. Here's the preferred
aproach now:
my $req = APR::Request::Apache2->handle($r);
my $jar = $req->jar;
$jar->cook