summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 17b2ed53f..8baf4b76c 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -107,5 +107,8 @@
define('SESSION_CHECK_ADDRESS', true);
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
+ define('SESSION_COOKIE_LIFETIME', 3600);
+ // In seconds, 0 means delete on browser close
+
// vim:ft=php
?>