From 52dfa9ca7c5ef12f4e65ff88a0863f0a0f2acb19 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 21 Feb 2011 18:17:55 +0100 Subject: Make persistent cookie timeout configurable via "config.inc" (FS#22994). Signed-off-by: Lukas Fleischer --- web/lib/config.inc.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/lib/config.inc.proto') diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 3a0ed349..507ce27c 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -48,3 +48,5 @@ $SUPPORTED_LANGS = array( # Idle seconds before timeout $LOGIN_TIMEOUT = 7200; +# Session timeout when using "Remember me" cookies +$PERSISTENT_COOKIE_TIMEOUT = 60 * 60 * 24 * 30; -- cgit v1.2.3-24-g4f1b