Re: Problem with -path in Apache2::Cookie?

2005-05-27 Thread jonathan vanasco
Just to add onto the issue below: my $cookie = Apache2::Cookie-new($r, -path = $mypath...) I experienced something similar -- domain and path both were set to what i specified for path I tried a workaround for domain, and ended up having the path set to the expiration argument

Problem with -path in Apache2::Cookie?

2005-05-11 Thread Fred Moyer
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