Richard Damon writes: > But servers will expires sessions that haven't been used for awhile > (they need to, the browser won't tell them they have expired the > session). Once this happens, even if the browser still has the cookie, > it doesn't help anymore. The question comes how long will this be? and > the answer is it depends on the servers settings.
Which for Mailman 2 appears to be AUTHENTICATION_COOKIE_LIFETIME: # If the following is set to a non-zero value, web authentication # cookies will # expire that many seconds following their last use. AUTHENTICATION_COOKIE_LIFETIME = 0 from Defaults.py.in. ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
