summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 76c7052bd..d141b1d0b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -113,6 +113,10 @@
define('SESSION_COOKIE_LIFETIME_REMEMBER', 86400);
// Session cookie lifetime if "remember me" is checked on login.
-
+
+ define('SESSION_EXPIRE_TIME', 86400);
+ // Hard expiration limit for sessions. Should be
+ // >= SESSION_COOKIE_LIFETIME_REMEMBER
+
// vim:ft=php
?>