diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-02 09:20:02 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-02 09:20:02 +0100 |
| commit | 8fd92701e9074b79a72982809a6a87f8e943399a (patch) | |
| tree | 444e323616a93c573f200bfa5249e98f19073ce2 /config.php-dist | |
| parent | 36bfab86c2682c460b197029bbae4daa6ff83ec4 (diff) | |
update schema, new option: DATABASE_BACKED_SESSIONS
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 4 |
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 ?> |