Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

/tmp


paolod

Recommended Posts

I installed the osccommerce, but there is this message in the top of the page;

 

"Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created."

 

What i have to do?

Link to comment
Share on other sites

Change the last line of both of your configure.php files to read

 

define('STORE_SESSIONS', 'mysql');

 

There's no need to create a tmp directory because sessions are stored in your database. This also makes your sessions more secure on a shared server.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...