Guest Posted August 30, 2005 Share Posted August 30, 2005 I have a site using SSL and non SSL pages. The pages work well apart from one feature - if a client has logged in and navigates to a non ssl page - even though the site remembers what they have ordered they are still asked to login again at the checkout page - how can I stop this? Please help if you have any thoughts Link to comment Share on other sites More sharing options...
♥Vger Posted August 30, 2005 Share Posted August 30, 2005 Make sure that your http and https cookie domains in your includes/configure.php files DON'T have either an http:// or https:// as part of them. This setting is for a cookie domain and is not a url. Vger Link to comment Share on other sites More sharing options...
Guest Posted August 31, 2005 Share Posted August 31, 2005 Make sure that your http and https cookie domains in your includes/configure.php files DON'T have either an http:// or https:// as part of them. This setting is for a cookie domain and is not a url. Vger <{POST_SNAPBACK}> Thanks Vger - that advice was crucial - in fact I had the domains as '/catalog/' but all that was required was '/' cheers zebedee Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.