making authentication permanent?
Hi, I would like to make authentication permanent (ie once successfully logged in, no relogin required after closing browser). I've set the 'cookie lifetime' to 600 days but this does not seem to help. Anyone knows how to achieve this permanent authentication? Gts, John __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
John Doe <gvd_76@yahoo.com> wrote:
I would like to make authentication permanent (ie once successfully logged in, no relogin required after closing browser). I've set the 'cookie lifetime' to 600 days but this does not seem to help.
Anyone knows how to achieve this permanent authentication?
Try to customize the setAuthCookie Python Script and add an expires='Wed, 19 Feb 2020 14:28:00 GMT' (or some other date) parameter to the setCookie call. Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 87 http://nuxeo.com mailto:fg@nuxeo.com
participants (2)
-
Florent Guillaume -
John Doe