Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with cookies


eddie121

Recommended Posts

Posted

Hello

I have just setup a new shopping cart. Only i cannot add products to the cart because i get the cookie_usage.php error

This is my config:

define('HTTP_SERVER', 'https://www.wetunderfoot.com');

define('HTTPS_SERVER', 'https://www.wetunderfoot.com');

define('ENABLE_SSL', 'true');

define('HTTP_COOKIE_DOMAIN', 'https://www.wetunderfoot.com');

define('HTTPS_COOKIE_DOMAIN', 'https://www.wetunderfoot.com');

define('HTTP_COOKIE_PATH', '/shop/');

 

The site is at https://www.wetunderfoot.com/shop

Thanks guys!

Posted

define('HTTP_SERVER', 'http://www.wetunderfoot.com');

define('HTTPS_SERVER', 'https://www.wetunderfoot.com');

define('ENABLE_SSL', 'true');

define('HTTP_COOKIE_DOMAIN', 'www.wetunderfoot.com');

define('HTTPS_COOKIE_DOMAIN', 'www.wetunderfoot.com');

 

If you make your HTTP_SERVER address https as well then you'll never get search engine ranking, because they don't rank https pages.

 

Vger

Posted

hmm, that means i need a copy in httpdocs aswell correct?

:S Confused lol!

Do you have MSN Messenger? maybe you could add me and give me a hand? edward[at]hotmail.co.uk

THanks mate

Posted

Are you running on the two folder system? If you are, check with your server company and they can do something like what is mentioned here... SSL installation Problem

 

Once you get that done, follow the changes as Vger suggested or as your server company suggests.

Archived

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

×
×
  • Create New...