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