jeffuk123 Posted May 22, 2008 Posted May 22, 2008 Hello Having setup SSL on my webshosts shared SSL platform, whenever I try to create an account or go to checkout the cookie usage page keeps appearing and I can not bypass this. I am using IE 6.0 I have checked the other threads but it doesn't look like anyone has really found a solution to this. There is a thread on a Vanilla website but I don't have this (whatever Vanilla is!!!) Anyway, I checked my includes/configure.php file and here it is:- // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.reconnectingu.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www1.securesiteserver.co.uk/reconnectingu'); // 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.reconnectingu.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'https://www1.securesiteserver.co.uk/reconnectingu'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); I did change define('HTTPS_COOKIE_DOMAIN', 'https://www1.securesiteserver.co.uk/reconnectingu'); to define('HTTPS_COOKIE_DOMAIN', 'https://www.reconnectingu.co.uk'); but without success. Is it worth getting in touch with my webhost or does the forum have any answer? Many thanks for any answers. Jeff
BryceJr Posted May 23, 2008 Posted May 23, 2008 Try this --> http://www.oscommerce.com/forums/index.php?showtopic=233458
Recommended Posts
Archived
This topic is now archived and is closed to further replies.