diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-03-04 14:22:34 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-03-04 14:22:34 +0100 |
| commit | ff6519f8545d919189fed83bcc4faa4c55e48082 (patch) | |
| tree | 62f14876fe53fad770db93730c0e7c58c93aa270 | |
| parent | 8c453eac3e8d77a11fca75b00f8d99669a7ed6a5 (diff) | |
SESSION_COOKIE_LIFETIME_REMEMBER: change default
| -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 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 |