Remulon Posted December 5, 2005 Posted December 5, 2005 I am having a problem with items disappearing from my cart once I login. Actually, no matter how many items I have in my guest cart, as soon as I go to the login form, my cart is empty. Then if I leave the login section (or logout), the items will re-appear in my guest cart. Could this be a problem with my cart's SSL settings? Remulon
♥yesudo Posted December 6, 2005 Posted December 6, 2005 In admin under Configuration / Sessions try changing Recreate Session to false and see if it helps. Your online success is Paramount.
Remulon Posted December 6, 2005 Author Posted December 6, 2005 These are the settings that I have in Admin / Configuration / Sessions: Force Cookie Use = False Check SSL Session ID = True Check User Agent = False Check IP Address = False Prevent Spider Sessions = False Recreate Session = False Should any of these be different?
joep147 Posted December 6, 2005 Posted December 6, 2005 if you're asking me i would say; try recreate session = true but why asking, instead off trying? ;)
Remulon Posted December 7, 2005 Author Posted December 7, 2005 if you're asking me i would say; try recreate session = true but why asking, instead off trying? ;) Thanks Joep, I have tried that, with no luck. Are there some other settings that I'm not aware about?
phoenixx Posted December 8, 2005 Posted December 8, 2005 Thanks Joep, I have tried that, with no luck. Are there some other settings that I'm not aware about? AlanR replied w/ a logical answer. Make sure that your define('HTTPS_COOKIE_DOMAIN', is pointing to the secure server instead of the http server. It's late so I'm going to try this in the morning and hope it resolves the issue. Feel free to PM me if it works for you. Phoenixx
phoenixx Posted December 8, 2005 Posted December 8, 2005 Okay, it's late but I had to try it anyway.... I just deleted the https cookie domain to read: define('HTTPS_COOKIE_DOMAIN', ''); AND IT WORKED!!!! Will do final tests tomorrow. PM me if it works for you.
Remulon Posted December 8, 2005 Author Posted December 8, 2005 Okay, it's late but I had to try it anyway....I just deleted the https cookie domain to read: define('HTTPS_COOKIE_DOMAIN', ''); AND IT WORKED!!!! Will do final tests tomorrow. PM me if it works for you. Hey phoenixx, changing define('HTTPS_COOKIE_DOMAIN', '') in the config seems to have fixed the problem. now I can stop pulling my hair out. thanks so much for your input. it is much appreciated. :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.