Hi, I experienced some problems with session timeouts. with Zope 2.5.*, I used to set ZSESSION_TIMEOUT_MINS=0 to enable infinite sessions, and it worked well. But now, with Zope 2.6.1, it seems that the same option does not work the same way: session timeouts are no longer infinite, but set to a very short length of time. Is this a bug, or a feature ? And how can I use infinite sessions in 2.6.1 ? -- Nicolas Romero, adp3i <http://www.adp3i.fr>
Nicolas Romero wrote at 2003-2-27 18:04 +0100:
... "ZSESSION_TIMEOUT_MINS=0" is now very small ... Is this a bug, or a feature ? And how can I use infinite sessions in 2.6.1 ?
I cannot answer your first question. But "ZSESSION_TIMEOUT_MINS=10,000,000" would mean almost "infinite" for any practical considerations.... (The commas are for readability, only). Dieter
Le ven 28/02/2003 à 20:56, Dieter Maurer a écrit :
Nicolas Romero wrote at 2003-2-27 18:04 +0100:
... "ZSESSION_TIMEOUT_MINS=0" is now very small ... Is this a bug, or a feature ? And how can I use infinite sessions in 2.6.1 ?
I cannot answer your first question.
But "ZSESSION_TIMEOUT_MINS=10,000,000" would mean almost "infinite" for any practical considerations....
Yes, of course, this is what I do. But this is a hack I would prefer to avoid if I could. Thank you for the tip, anyway.
Dieter
-- Nicolas Romero, adp3i <http://www.adp3i.fr>
participants (2)
-
Dieter Maurer -
Nicolas Romero