[Zope] Re: Accessing Variables
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Fri, 10 Jan 2003 11:10:08 +0100
Redding, Matthew wrote:
> 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?
Use SESSION's for your problem: Please read:
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx
-mj