mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-11 16:40:59 +02:00
disable DATABASE_BACKED_SESSIONS by default
This commit is contained in:
parent
76b4eae177
commit
03f321db57
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user