mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-19 12:31:00 +02:00
SESSION_COOKIE_LIFETIME_REMEMBER: change default
This commit is contained in:
parent
8c453eac3e
commit
ff6519f854
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user