From 8fd92701e9074b79a72982809a6a87f8e943399a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 2 Mar 2006 09:20:02 +0100 Subject: update schema, new option: DATABASE_BACKED_SESSIONS --- config.php-dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php-dist') 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 ?> -- cgit v1.2.3-54-g00ecf