Remove SESSION_CHECK_ADDRESS

This commit is contained in:
Daniel Berteaud 2016-02-16 09:27:45 +01:00
parent 4d6f83856a
commit f8bf3150ed
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ HERE
// configurations. Doesn't seem to work for everyone, so enable with caution.
// tt-rss uses default PHP session storing mechanism if disabled.
define('SESSION_CHECK_ADDRESS', 1);
// Check client IP address when validating session:
// 0 - disable checking
// 1 - check first 3 octets of an address (recommended)
// 2 - check first 2 octets of an address
// 3 - check entire address
define('SESSION_COOKIE_LIFETIME', 0);
// Default lifetime of a session (e.g. login) cookie. In seconds,
// 0 means cookie will be deleted when browser closes.