Guest Posted November 22, 2003 Posted November 22, 2003 The cart is fine at the "whats in my cart" screen. But as soon as you click checkout and goto the "Delivery Information" it freezes. If i press continue it just reloads the page. I have it setup so that when they click checkout it goes to secure.site.com . I dont know if this could be causing it to stick? Could anyone help out? Thanks.
Guest Posted November 22, 2003 Posted November 22, 2003 Edit:: I have these settings set Session Directory /tmp Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions False Recreate Session False
Guest Posted November 22, 2003 Posted November 22, 2003 Some more stuff, maybe there is somethign wrong with the settings? define('HTTP_SERVER', 'http://www.fourvalve.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.fourvalve.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://www.fourvalve.com'); define('HTTPS_COOKIE_DOMAIN', 'https://secure.fourvalve.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/');
Guest Posted November 23, 2003 Posted November 23, 2003 Try: define('HTTP_COOKIE_DOMAIN', 'fourvalve.com'); define('HTTPS_COOKIE_DOMAIN', 'secure.fourvalve.com'); HTH Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.