mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
change db backed sessions option description
This commit is contained in:
@@ -102,8 +102,8 @@
|
|||||||
// Interval between update daemon update runs
|
// Interval between update daemon update runs
|
||||||
|
|
||||||
define('DATABASE_BACKED_SESSIONS', false);
|
define('DATABASE_BACKED_SESSIONS', false);
|
||||||
// Store session information in a database
|
// Store session information in a database, recommended for multiuser
|
||||||
// Uses default PHP session storing mechanism if disabled
|
// configurations. Uses default PHP session storing mechanism if disabled
|
||||||
|
|
||||||
define('SESSION_CHECK_ADDRESS', true);
|
define('SESSION_CHECK_ADDRESS', true);
|
||||||
// Bind session to client IP address (recommended)
|
// Bind session to client IP address (recommended)
|
||||||
|
|||||||
Reference in New Issue
Block a user