21 Apr
2004
21 Apr
'04
7:10 p.m.
Anybody know of some resources on how to use the SESSION part of the REQUEST object? Thanks. - Asad
21 Apr
21 Apr
7:18 p.m.
New subject: [Zope] Info on REQUEST.SESSION
Asad Habib wrote:
Anybody know of some resources on how to use the SESSION part of the REQUEST object? Thanks.
The SESSION object can be used just like a dictionary, e.g: REQUEST.SESSION['mybasket'] = ('foo', 'bar') It will then contain this data on any subsequent requests from the same client. -Matt -- Matt Hamilton matth@netsight.co.uk Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Design | Zope/Plone Development & Consulting | Co-location | Hosting
8020
Age (days ago)
8020
Last active (days ago)
1 comments
2 participants
participants (2)
-
Asad Habib -
Matt Hamilton