Re: [Zope] Session Timeout Value
In Zope 2.51 running on Redhat 9, when I add the following to the z2.py config file: ZSESSION_TIMEOUT_MINS=120 And restart the server, nothing changes. The value of "Data object timeout value in minutes" in the session data container object, located in the temp_folder, remains at the default, 20. Any ideas what I am doing wrong? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
z2.py isn't a config file. You need to set this in the environment before you start Zope, e.g. from the shell script you use to start Zope do "export ZSESSION_TIMEOUT_MINS=120". On Fri, 2004-07-16 at 14:49, hpinson@indepthl.com wrote:
In Zope 2.51 running on Redhat 9, when I add the following to the z2.py config file:
ZSESSION_TIMEOUT_MINS=120
And restart the server, nothing changes. The value of "Data object timeout value in minutes" in the session data container object, located in the temp_folder, remains at the default, 20.
Any ideas what I am doing wrong?
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 )
Ah, thank you-- I was told otherwise on this list, that this value could go in the z2.py, which explains the problem. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
participants (2)
-
Chris McDonough -
hpinson@indepthl.com