disable DATABASE_BACKED_SESSIONS by default
This commit is contained in:
parent
76b4eae177
commit
03f321db57
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue