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:
@@ -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
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user