end of a session
Hallo list, I want to save some session data (stored in REQUEST.SESSION) just before the session ends. Does anybody know, if or better how I can do it? Many thanks in advance, Ulla.
Ulla Theiss wrote:
Hallo list,
I want to save some session data (stored in REQUEST.SESSION) just before the session ends.
Does anybody know, if or better how I can do it?
There are hooks for this, but you'll need to read the docs to find out how to use them. Chris McDonough is your friend when ti comes to finding those docs, or you can read the source for CoreSessionTracking if that's still knocking around... cheers, Chris
Ulla Theiss wrote at 2003-1-9 17:53 +0100:
I want to save some session data (stored in REQUEST.SESSION) just before the session ends. You can define a "script to call when objects are deleted".
Read the session chapter in the 2.6 edition of the Zope book, for details. Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Ulla Theiss