[Zope] Sessions

drew nichols drew@mena.org.au
Wed, 16 Jul 2003 15:30:52 +1000


session = context.REQUEST.SESSION
print session
session.set ('hello', 'world')
print session
return printed

What am i doing wrong with SESSIONs.

When i reload this page the SESSION is empty.
Shouldn't the key 'hello' be persistant in the SESSION (for the timeout time anyway)??


Drew