summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-17 05:21:03 +0100
committerAndrew Dolgov <[email protected]>2006-03-17 05:21:03 +0100
commit898a9cdb1c00bee5c54c9cf1307a637e28749054 (patch)
treef74b9086e535da9bbef42ae6a54b579c6b2f7b23 /config.php-dist
parenta5ebd1f97493318313cbf1435a6e1a7b73a5c935 (diff)
new option: SESSION_EXPIRE_TIME
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 76c7052bd..d141b1d0b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -113,6 +113,10 @@
define('SESSION_COOKIE_LIFETIME_REMEMBER', 86400);
// Session cookie lifetime if "remember me" is checked on login.
-
+
+ define('SESSION_EXPIRE_TIME', 86400);
+ // Hard expiration limit for sessions. Should be
+ // >= SESSION_COOKIE_LIFETIME_REMEMBER
+
// vim:ft=php
?>