CubeCart empty cart issue
While working on a CubeCart (4.3.8) a weird issue appeared (customers add an items to their cart and then go to checkout and the items have disappeared).
The solutions posted on the CubeCart forums didn't work on my case so i analyzed a bit the problem and found out that on the process of adding a product to the cart a third party module was setting another value to the "CC_SESSION_NAME" cookie, so practically the user was sending the product to another session id while he was still using the old cookie.
Read more »

