// Session options
define('SESS_VALIDATE_IP', true); // link session ID with ip address
// define('SESS_VALIDATE_UA', true); // link session ID with user-agent
to:
// Session options
define('SKIP_SESSION_VALIDATION', true); // This will skip the IP address and Users Agent check.
// define('SESS_VALIDATE_IP', true); // link session ID with ip address
// define('SESS_VALIDATE_UA', true); // link session ID with user-agent
If anyone can help diagnose this I would appreciate it.



Find content
Male

