mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
SESSION_COOKIE_LIFETIME_REMEMBER: change default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user