mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
make SESSION_CHECK_ADDRESS work on generic sessions
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
// Uses default PHP session storing mechanism if disabled
|
||||
|
||||
define('SESSION_CHECK_ADDRESS', true);
|
||||
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
|
||||
// Bind session to client IP address (recommended)
|
||||
|
||||
define('SESSION_COOKIE_LIFETIME', 0);
|
||||
// Default lifetime of a session cookie. In seconds,
|
||||
|
||||
Reference in New Issue
Block a user