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

remove SESSION_CHECK_ADDRESS

This commit is contained in:
Andrew Dolgov
2015-08-21 09:02:16 +03:00
parent ca36d4bcc1
commit f5e66c439e
2 changed files with 0 additions and 36 deletions

View File

@@ -141,13 +141,6 @@
// Default lifetime of a session (e.g. login) cookie. In seconds,
// 0 means cookie will be deleted when browser closes.
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
// *********************************
// *** Email and digest settings ***
// *********************************