On Tue, 2003-06-03 at 13:08, cap wrote:
> it works just fine in my app, and 'just fine' maybe all that i need.

The point is, it shouldn't work.  You should not be getting a hash. 
What should work is this:

my $session = defined $cookies->{'session'} ?
$cookies->{'session'}->value : undef;

The larger issue is fixing the Apache::Cookie docs.  I would attempt to
patch it if I understood what it's doing.  Does anyone know what the API
is returning when you call fetch()?  An Apache::Table?  Some other kind
of object?  It looks pretty bizarre to me, and it certainly isn't doing
what the docs show.

- Perrin

Reply via email to