mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
disable DATABASE_BACKED_SESSIONS by default
This commit is contained in:
@@ -100,8 +100,8 @@
|
||||
define('DAEMON_SLEEP_INTERVAL', 120);
|
||||
// Interval between update daemon update runs
|
||||
|
||||
define('DATABASE_BACKED_SESSIONS', true);
|
||||
// Store session information in a database (recommended)
|
||||
define('DATABASE_BACKED_SESSIONS', false);
|
||||
// Store session information in a database
|
||||
// Uses default PHP session storing mechanism if disabled
|
||||
|
||||
define('SESSION_CHECK_ADDRESS', true);
|
||||
|
||||
Reference in New Issue
Block a user