[cc'ing the [email protected] list] Pete Houston wrote: > Yes, I found exactly the same behaviour yesterday, and it did affect > Firefox too. I used the same workaround which seems to work in all the > scenarios I tested.
So it sounds like this is an issue with dev_2.05. I'll dig into it if I get a chance, but this is probably a no-brainer for someone experienced with the codebase. > Pete > > On Wed, May 11, 2005 at 06:55:18PM -0700, Fred Moyer wrote: > >>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.
