diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-03-04 11:41:56 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-03-04 11:41:56 +0100 |
| commit | 377a3e8bfaa73de110d5391ac2d6256050b6878e (patch) | |
| tree | d77229b9c2034be0554936bacdc8be996ebf2435 | |
| parent | cf1bc085fad8d1cf3133124af990372b932c9436 (diff) | |
change default cookie lifetime to 0
| -rw-r--r-- | config.php-dist | 2 |
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 |