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

SESSION_COOKIE_LIFETIME_REMEMBER: change default

This commit is contained in:
Andrew Dolgov
2006-03-04 14:22:34 +01:00
parent 8c453eac3e
commit ff6519f854

View File

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