[Zope] Transient Object Container/Session Data Manager

Chris McDonough chrism@zope.com
Mon, 25 Mar 2002 12:05:58 -0500


Transient Object Container/Session Data ManagerHi Michael,

See the Zope help system:

Zope Help -> API Reference -> Session API
Zope Help -> API Reference -> Transient Objects
Zope Help -> API Reference -> Request

HTH,

- C


>Hi *,
> Does anyone know of any documentation for use of these objects with Zope
> 2.5.x?
> I'm having issues with sessions timing out, and need some way of
> redirecting the user once their session has timed out. in DTML, testing if
> "REQUEST.SESSION" exists doesn't quiet work... resulting in a KeyError.
> Regards,
> Michael