1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

update schema, new option: DATABASE_BACKED_SESSIONS

This commit is contained in:
Andrew Dolgov
2006-03-02 09:20:02 +01:00
parent 36bfab86c2
commit 8fd92701e9
6 changed files with 17 additions and 14 deletions

View File

@@ -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
?>