Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Empty shopping cart at logout


alothcom

Recommended Posts

Posted

how do I ensure the shopping cart empties at logout - my carts are not emptying even when an order has been confirmed

 

thanks

 

dfs

Posted

Make sure that your cookie domain setting is www.yourdomain.com and not http://www.yourdomain.com. Don't store sessions in files, use the database instead. Change to this settings in both configure.php files.

 

define('STORE_SESSIONS', 'mysql');

 

To try and get this working correctly, make your Session settings like so ....

 

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session False

 

See if this helps

 

Vger

Archived

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

×
×
  • Create New...