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
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
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
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
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
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