Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cant get the shopping basket to store


Guest

Recommended Posts

i set up cookies and it complains about the browser blocking them when this is incorrect could it be that the session storage is not working?

 

how do i enable mySQL sessions

 

AndiC

Link to comment
Share on other sites

At the bottom of the catalog/includes/configure.php and admin/includes/configure.php

 

change

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

to

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

I'd rather be flying!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...