summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 047de65cd..a17c352e0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -100,5 +100,9 @@
define('DAEMON_SLEEP_INTERVAL', 120);
// Interval between update daemon update runs
+ define('DATABASE_BACKED_SESSIONS', true);
+ // Store session information in a database (recommended)
+ // Uses default PHP session storing mechanism if disabled
+
// vim:ft=php
?>