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:
@@ -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
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user