[Zope] end of a session
Chris Withers
chrisw@nipltd.com
Fri, 10 Jan 2003 18:42:37 +0000
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