Hi,

I've been playing around with Apache2::Cookie and I've found that when
setting -path via

my $cookie = Apache2::Cookie->new($r, -path => $mypath...)
# I also set -name, -value, -expires, -domain, -secure the same way

ends up setting -path to 'domain' when I view the cookie, regardless of
the value of $mypath.  This doesn't seem to affect firefox but IE has
some issues with it.

However if I set -path via mutator such as $cookie->path($mypath), the
path value in the cookie is set correctly.

Has anyone else run into this?  I'm using dev_2_05.

Thanks,

Fred

Reply via email to