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…
Reference in New Issue