mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
remember me feature
This commit is contained in:
@@ -108,7 +108,11 @@
|
||||
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
|
||||
|
||||
define('SESSION_COOKIE_LIFETIME', 0);
|
||||
// In seconds, 0 means delete on browser close
|
||||
// Default lifetime of a session cookie. In seconds,
|
||||
// 0 means delete on browser close
|
||||
|
||||
define('SESSION_COOKIE_LIFETIME_REMEMBER', 3600);
|
||||
// Session cookie lifetime if "remember me" is checked on login.
|
||||
|
||||
// vim:ft=php
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user