summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-02 17:21:08 +0100
committerAndrew Dolgov <[email protected]>2006-03-02 17:21:08 +0100
commit686c3ccfa6060be0b3ed2a634709bb7eff702f50 (patch)
treef55d99c13b35a82d634ad7fdfcf20f27fd960bcb /config.php-dist
parent04febb0429adb24da43ac33bc6d925d450e10b60 (diff)
SESSION_COOKIE_LIFETIME
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
?>