10 Jan
2003
10 Jan
'03
8:13 p.m.
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