Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Having to Login Mutliple times


wmuckell

Recommended Posts

I have this setup in my configure.php

 

define('HTTP_SERVER', 'http://www.servername.co.uk'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://galaxy.xssl.net/servername.co.uk'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', '');//removed this: www.servername.co.uk

define('HTTPS_COOKIE_DOMAIN', '');//removed this: www.servername.co.uk

 

And now the shop is not remembering the username and pwd when logging in and navigating to next page.

 

Also when adding a product to the cart, you have to log in again, and then the cart is empty. If you add another product, the previous one appears.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...