summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-04 14:22:34 +0100
committerAndrew Dolgov <[email protected]>2006-03-04 14:22:34 +0100
commitff6519f8545d919189fed83bcc4faa4c55e48082 (patch)
tree62f14876fe53fad770db93730c0e7c58c93aa270 /config.php-dist
parent8c453eac3e8d77a11fca75b00f8d99669a7ed6a5 (diff)
SESSION_COOKIE_LIFETIME_REMEMBER: change default
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 7787727b0..9b05db94c 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -111,7 +111,7 @@
// Default lifetime of a session cookie. In seconds,
// 0 means delete on browser close
- define('SESSION_COOKIE_LIFETIME_REMEMBER', 3600);
+ define('SESSION_COOKIE_LIFETIME_REMEMBER', 86400);
// Session cookie lifetime if "remember me" is checked on login.
// vim:ft=php