ckyshop.co.uk Posted February 5, 2004 Share Posted February 5, 2004 On my site www.ckyshop.co.uk (not finished) when I try to complete a checkout after adding something to my basket I am asked to log in. Once I have logged in my basket is empty again. I add something to my basket and then I am logged out again. I log in again and my basket is emptied!! Sorry if this is confusing but what can I do?! Thanks Lewis Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
Guest Posted February 5, 2004 Share Posted February 5, 2004 Most likely your cookie settings in catalog/includes/configure.php are incorrect - post the top part of that file here for a look see :D Matti Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted February 5, 2004 Author Share Posted February 5, 2004 Matti, I have PM'd you the code. Cheers Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted February 5, 2004 Author Share Posted February 5, 2004 Thanks Matti! Changing define('HTTPS_COOKIE_DOMAIN', 'ckyshop.co.uk'); to define('HTTPS_COOKIE_DOMAIN', 'https://srv02.firstcallhosting.net/~lewis761'); has fixed it! Thanks again, Lewis Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
Guest Posted February 5, 2004 Share Posted February 5, 2004 :D :P B) Link to comment Share on other sites More sharing options...
♥MYC267 Posted February 13, 2004 Share Posted February 13, 2004 I am having a simnilar problem but it doesnt happen all the time.... sometimed when navigating around the customer gets logged out. My config is as follows: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.modyourcar.com.au'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.modyourcar.com.au'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.modyourcar.com.au'); define('HTTPS_COOKIE_DOMAIN', 'secure.modyourcar.com.au'); And I am using database for sessions. Dan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.