Session Timeout Changes on it own?
Hi. I am using Zope 2.6.0,Redhat Linux 8. Yesterday, I set my Transient Object Container "Data object timeout value in minutes" to a value of 120 and clicked change. The new increased value appeared to take. This morning, the timeout value had revereted to 20. I am not aware of doing anything to make this happen. Does anyone have an explanation from this unexplained behavior in the sessioning mechanism. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Did you restart your Zope. Unless you set the proper control environment variable, restarts cause the timeout to be reset. See the docs on z2.py. On Tue, 29 Jun 2004 hpinson@indepthl.com wrote:
Hi. I am using Zope 2.6.0,Redhat Linux 8.
Yesterday, I set my Transient Object Container "Data object timeout value in minutes" to a value of 120 and clicked change. The new increased value appeared to take.
This morning, the timeout value had revereted to 20. I am not aware of doing anything to make this happen.
Does anyone have an explanation from this unexplained behavior in the sessioning mechanism.
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
From: <hpinson@indepthl.com>
Yesterday, I set my Transient Object Container "Data object timeout value in minutes" to a value of 120 and clicked change. The new increased value appeared to take.
This morning, the timeout value had revereted to 20. I am not aware of doing anything to make this happen.
Does anyone have an explanation from this unexplained behavior in the sessioning mechanism.
Session data is (usually) stored inside 'temporary_folder' which is held in memory (ie. not stored persistently in the zodb). If you restart zope you will lose anything stored/set in a temporary_folder. Jonathan
participants (3)
-
Dennis Allison -
hpinson@indepthl.com -
Jonathan Hobbs