From f5e66c439e9c8881d745499243341b4095274c12 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 21 Aug 2015 09:02:16 +0300 Subject: remove SESSION_CHECK_ADDRESS --- config.php-dist | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 311b94df0..2eaaab617 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 *** // ********************************* -- cgit v1.2.3