disable DATABASE_BACKED_SESSIONS by default

master
Andrew Dolgov 18 years ago
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…
Cancel
Save