summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 18:05:32 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 18:05:32 +0100
commit03f321db5741ce20dc484629b42908463ce6f284 (patch)
treebffb090a1cabb5587d51446f85499d88c64fbe8b /config.php-dist
parent76b4eae177e8932f7c0ad0fb4feb702fa5e037e7 (diff)
disable DATABASE_BACKED_SESSIONS by default
Diffstat (limited to 'config.php-dist')
-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);