On Tuesday 24 May 2005 10:29, Joe Schaefer wrote:
> $jar->cookie_class("My::Class");
> my $cookie = $jar->{CookieID};
There is no default class? My first impression is that this is strange...
Also, I can't do this, right?
$req->jar->cookie_class('My::Class');
This seems to not have any effect.
