summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-21 09:02:16 +0300
committerAndrew Dolgov <[email protected]>2015-08-21 09:02:16 +0300
commitf5e66c439e9c8881d745499243341b4095274c12 (patch)
treee6e1463fb6f543a3731986e264ee7539e4e6ba35 /config.php-dist
parentca36d4bcc118ea14e404a45938cad29cb2fa405d (diff)
remove SESSION_CHECK_ADDRESS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 0 insertions, 7 deletions
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 ***
// *********************************