summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-04 11:41:56 +0100
committerAndrew Dolgov <[email protected]>2006-03-04 11:41:56 +0100
commit377a3e8bfaa73de110d5391ac2d6256050b6878e (patch)
treed77229b9c2034be0554936bacdc8be996ebf2435 /config.php-dist
parentcf1bc085fad8d1cf3133124af990372b932c9436 (diff)
change default cookie lifetime to 0
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 8baf4b76c..b61313183 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -107,7 +107,7 @@
define('SESSION_CHECK_ADDRESS', true);
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
- define('SESSION_COOKIE_LIFETIME', 3600);
+ define('SESSION_COOKIE_LIFETIME', 0);
// In seconds, 0 means delete on browser close
// vim:ft=php