Index: branches/5.3.x/core/kernel/session/session_storage.php =================================================================== diff -u -N -r15483 -r15677 --- branches/5.3.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 15483) +++ branches/5.3.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 15677) @@ -1,7 +1,7 @@ Application->ConfigValue('SessionIPAddressCheck') && ($result['IpAddress'] != $_SERVER['REMOTE_ADDR'])) { + if ($this->Application->ConfigValue('SessionIPAddressCheck') && ($result['IpAddress'] != $this->Application->getClientIp())) { // most secure, except for cases where NAT (Network Address Translation) // is used and two or more computers can have same IP address return false;