Re: Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread Perrin Harkins
James Taylor wrote: If this isn't a possibility, do you have any suggestions on something else to do? Stas was suggesting that you can set environment variables to pass data instead, by using the $r->subprocess_env method call. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list

Re: Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > James Taylor wrote: > > 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 i

Re: Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread James Taylor
I'm not sure that I understand... Are you saying that it's not a possible to do this? If this isn't a possibility, do you have any suggestions on something else to do? On Mar 10, 2004, at 6:44 PM, Stas Bekman wrote: James Taylor wrote: I'm having difficulty getting my mod_perl scripts and then

Re: Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread O'K Web Design
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 ha

Re: Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread Stas Bekman
James Taylor wrote: 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

Apache::Cookie and CGI::Cookie Interoperability

2004-03-10 Thread James Taylor
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 doe