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



Reply via email to