summaryrefslogtreecommitdiffstats
path: root/web/lib/config.inc.proto
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r--web/lib/config.inc.proto2
1 files changed, 2 insertions, 0 deletions
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;