oldcelt Posted November 11, 2009 Posted November 11, 2009 When I try to checkout after buying an item I get the 'cookie_usage.php' page telling me that my cookie setting is wrong. I have checked this and it's set to Medium as suggested. (IE 8) This has just started happening. I have been working on other things and haven't tried testing the checkout for a few months but it was working before. I haven't changed anything to do with the payment modules. osC 2.2rc2a; Apache 1.3.41; PHP 5.2.8; MySQL 5.0.81-community; O/S=Linux. Any suggestions please? Ken
BryceJr Posted November 11, 2009 Posted November 11, 2009 Log in to your osc admin panel >>configuration>>sessions ->Force Cookie Use - set to false If it's already set to false and you're still geting the cookie_usage, post these lines from your <catalog> or <root> configure.php file. define('HTTP_SERVER', ''); define('HTTPS_SERVER', ''); define('ENABLE_SSL', ''); define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', '');
oldcelt Posted November 11, 2009 Author Posted November 11, 2009 Log in to your osc admin panel >>configuration>>sessions ->Force Cookie Use - set to false If it's already set to false and you're still geting the cookie_usage, post these lines from your <catalog> or <root> configure.php file. define('HTTP_SERVER', ''); define('HTTPS_SERVER', ''); define('ENABLE_SSL', ''); define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); TVM - First suggestion was the answer - most grateful. Ken
Recommended Posts
Archived
This topic is now archived and is closed to further replies.