1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:25:56 +00:00

new option: SESSION_EXPIRE_TIME

This commit is contained in:
Andrew Dolgov
2006-03-17 05:21:03 +01:00
parent a5ebd1f974
commit 898a9cdb1c
2 changed files with 6 additions and 2 deletions

View File

@@ -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
?>