summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index d141b1d0b..af04b603b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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);