mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 05:46:00 +00:00
change default cookie lifetime to 0
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
define('SESSION_CHECK_ADDRESS', true);
|
define('SESSION_CHECK_ADDRESS', true);
|
||||||
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
|
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
|
||||||
|
|
||||||
define('SESSION_COOKIE_LIFETIME', 3600);
|
define('SESSION_COOKIE_LIFETIME', 0);
|
||||||
// In seconds, 0 means delete on browser close
|
// In seconds, 0 means delete on browser close
|
||||||
|
|
||||||
// vim:ft=php
|
// vim:ft=php
|
||||||
|
|||||||
Reference in New Issue
Block a user