[Zope] Accessing Variables

Dieter Maurer dieter@handshake.de
Fri, 10 Jan 2003 21:13:28 +0100


Redding, Matthew wrote at 2003-1-10 11:28 +1000:
 > Simple question.  
 > Imagine a session with several forms.
 > what do I have to do to 
 > access values collected in a previous form (several web pages ago)
 > from a python script, without passing them as parameters to the script.
 > In other words how do you assign global variables accessible by a
 > script?
You store them in a "session" object.

  For details, read the Session chapter of the 2.6 Edition
  of the Zope Book (--> "www.zope.org").


Dieter