Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help: Mobile Users cannot log in


koopmanh

Recommended Posts

Hi,

I have a problem: On our site we have recently activated SSL . We use our own SSL certificate. From that moment we noticed that Mobile users cannot login anymore to place orders.

I use the BS version of OSC. and the following settings:

Force Cookie usage: false

Control SSL session ID: true

Recreate Session: True

My config file  is:

  define('HTTP_SERVER', 'http://www.treinen-paradijs.nl');
  define('HTTPS_SERVER', 'https://www.treinen-paradijs.nl');
  define('ENABLE_SSL', true);
  define('HTTP_COOKIE_DOMAIN', 'www.treinen-paradijs.nl');
  define('HTTPS_COOKIE_DOMAIN', 'www.treinen-paradijs.nl');
  define('HTTP_COOKIE_PATH', '/catalog/');
  define('HTTPS_COOKIE_PATH', '/catalog/');
  define('DIR_WS_HTTP_CATALOG', '/catalog/');
  define('DIR_WS_HTTPS_CATALOG', '/catalog/');

Has anyone come accross this issue and found a solution? 

Please help since this is a BIG problem

Hans

 

 

 

 


 
Link to comment
Share on other sites

You should check your PHP error log for errors, but what I think is happening is that because you have Check SSL session ID set to true, when it goes from SSL registration page to the NONSSL success page osCommerce is kicking the user off. I got the message "The server reset the connection" when I clicked "Continue" on the registration page.

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...