Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing session ID location


Guest

Recommended Posts

I have customers reporting that they can not create an account. Other customers have created accounts without problems. I can create an account without issues. I believe the problems are the result of missing session information. I would like to change the location of the session file. How do I do this?

Thanks...

Link to comment
Share on other sites

If you're storing sessions in a file, you might want to change to store in the database. admin/includes/configure.php around line 51:

 

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

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...