You are connecting through multiple proxies and this means that your IP address isn’t the same for every page request.
You can solve this in config_extended.php inside the config folder, by setting
1. config/config_extended.php
You can solve this in config_extended.php inside the config folder, by setting
1. config/config_extended.php
define("CHECK_SESSIONIP",0);
if (!defined("CHECK_SESSIONIP")) define("CHECK_SESSIONIP",1);
Change to
if (!defined("CHECK_SESSIONIP")) define("CHECK_SESSIONIP",0);
Comments
Post a Comment