Hi James
I have never used cookies but have been doing a little research. I
would make sure that the cookie you are setting does not have a path value
attached to it. If you only set the domain value, you should be ok from my
research. Mike
----- Original Message -----
From: "James Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: March 10, 2004 9:39 PM
Subject: Apache::Cookie and CGI::Cookie Interoperability
> I'm having difficulty getting my mod_perl scripts and then my
> non-mod_perl scripts reading cookies between each other. I have a
> mod_perl TransHandler that sets a cookie via Apache::Cookie, and then I
> have some scripts in my /cgi-bin that try and read the cookie using
> basic CGI::Cookie. It doesn't appear to be working whatsoever, as the
> Apache::Cookie script can't read any of the cookies set by CGI::Cookie
> and vice-versa. I tried ditching Apache::Cookie in the transhandler
> and using CGI::Cookie as well, but still the two can't see each other.
>
> Any ideas what would cause something like this?
>
>
>
> --
> Report problems: http://perl.apache.org/bugs/
> Mail list info: http://perl.apache.org/maillist/modperl.html
> List etiquette: http://perl.apache.org/maillist/email-etiquette.html
>
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html