[Zope] Session Timeouts
Chris McDonough
chrism@zope.com
07 Oct 2002 15:09:24 -0400
On Mon, 2002-10-07 at 15:49, Dennis Allison wrote:
> First, is there a way to change the default without brain surgery?
> The 20 minute default value that's used is deep within the __init__
> for Transience objects.
See
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx
the section entitled Setting Initial Transient Object Container
Parameters
>
> Is there a way to reset the timeout without reinitializing and killing
> all active transient objects? I looked at the code and it does not seem
> possible. Unfortunate, in a way, since resetting the timeout value
> kills all existing session sub-objects.
No, it is not possible.
- C