Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logging out upon checkout, how do I fix this?


Guest

Recommended Posts

Posted

Hopefully this question isnt beat to death on the forum, I tried searching with no avail.

 

My problem is that when a user has something in their shopping cart, and they click Checkout (thus brining them to the secure page), it asks them to log in again. I have a host that offers a secure webserver for free, but for all of the secure files the URL shows up as http://securehost83.hrwebservices.net/~mysite, instead of http://www.mysite.com.

 

It seems to me that maybe the cookie is set for mysite.com, and not the securehost83 page. I'm stabbing in the dark here though... Don't know what else could be wrong. Help me kick my procrastination habits so i can finally get this working!! I wanted it up by January 1st :blush:. Everything else seems to work fine.

 

 

Something to point out is that users can update their setting in the My Account page, which is also on the secure host. This suggests it might not be a cookie problem?

Posted

I fixed the problem in configure.php line 18:

 

define('HTTPS_COOKIE_DOMAIN', 'https://securehost83.hrwebservices.net/~mysite');

 

I had it set as mysite.com... I swear I had that set up right from the get go. Ill leave the thread in case any one else on a shared SSL server has this problem.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...