summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-04 11:58:25 +0100
committerAndrew Dolgov <[email protected]>2006-03-04 11:58:25 +0100
commit5ccc1cf5d763251fb1c8029cfd4e9f81e614a3a2 (patch)
tree7829ff2ede7159099d576a43fcaaaffa846b3a18 /config.php-dist
parent377a3e8bfaa73de110d5391ac2d6256050b6878e (diff)
remember me feature
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index b61313183..7787727b0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -108,7 +108,11 @@
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
define('SESSION_COOKIE_LIFETIME', 0);
- // In seconds, 0 means delete on browser close
+ // Default lifetime of a session cookie. In seconds,
+ // 0 means delete on browser close
+
+ define('SESSION_COOKIE_LIFETIME_REMEMBER', 3600);
+ // Session cookie lifetime if "remember me" is checked on login.
// vim:ft=php
?>