HI Quentin,
interesting set up you have here.... ;-)

1does the web user pass from Apache to Zope and then back to Apache? I.e. is
this serial?

If the answer to is yes then I would POST the data to Zope on the "jump off"
page in Apache. Zope can then always POST the data back to Apache for it to
place back into $Session.

...or are you saying that you want Zope and Apache to have simultaneous
access to this session data (why? is a user on 2 pages at the same time?)

joel


-----Original Message-----
From: Quentin Smith [mailto:[EMAIL PROTECTED]]
Sent: 12 July 2002 04:43
To: [EMAIL PROTECTED]
Subject: Accessing $Session Outside Apache?


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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to