Hi- I'd like to access a variable I've set in $Session *outside* Apache. My global.asa sets a couple variables in $Session which are based on a username/password the user provides. As such, I can't pass the data through a regular cookie. I'd like to pass data from my web server, running on port 8081, to another web server (www.Zope.org), running on port 8080 (don't ask). I think I'll have to 1) get Apache::ASP to send a different Set-cookie header to allow it to be passed to other ports on the same host and 2) figure out some way to safely access my StateDir (/tmp/hbschools/, if it matters) without corrupting it. Ideally I'd like to be able to access the session from python, although I wouldn't mind calling a perl script. I only need to access one variable from the $Session. I await your help, --Quentin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]