Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to create directory


Guest

Recommended Posts

If you are on a shared server then don't store sessions in files, store them in the database instead. Change the last line of both configure.php to read:

 

define('STORE_SESSIONS', 'mysql');

 

If you have Cache set to true, set that to false.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...