Serg007 Posted November 13, 2008 Share Posted November 13, 2008 I see several entries on this subject, and the most common response I see is to disable force cookie usage. Since I am using the caching features of oscommerece, I need to force cookies. I am not using SSL, and only 2 customers out of 100 are having this problem. The customers are using IE 7 and claim to have privacy settings on IE set to medium. No matter what I try to do, I can not replicate this problem. My config.php has the following: define('HTTP_COOKIE_DOMAIN', 'kidssoup.com'); define('HTTPS_COOKIE_DOMAIN', 'kidssoup.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); Has anyone ran into this issue and solved it by other means than turning cookies off? Thanks Sergio Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.