mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:25:55 +00:00
do not use session cookie lifetime for additional cookies
This commit is contained in:
@@ -139,10 +139,6 @@
|
||||
define('SESSION_COOKIE_LIFETIME', 86400);
|
||||
// Default lifetime of a session (e.g. login) cookie. In seconds,
|
||||
// 0 means cookie will be deleted when browser closes.
|
||||
// Setting this to zero will affect several user preferences
|
||||
// like widescreen mode not saving and disable "remember me".
|
||||
// Note that if remember me is not checked, session cookie
|
||||
// will always expire with browser session.
|
||||
|
||||
define('SESSION_CHECK_ADDRESS', 1);
|
||||
// Check client IP address when validating session:
|
||||
|
||||
Reference in New Issue
Block a user