Jump to content

 

tletourneau

Member Since 13 Apr 2007
Offline Last Active Today, 02:55 AM
-----

Topics I've Started

Problem after upgrading to 3.0.4 for 2.2.5

30 December 2012 - 11:50 PM

I had a problem with items not staying in the cart after adding them and changing to another product. I add a product and when I go to another product to cart empties. I can't figure out why. As a work around I've changed the session section of config.php from:

// 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.