paolod Posted December 26, 2004 Share Posted December 26, 2004 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 More sharing options...
♥Vger Posted December 26, 2004 Share Posted December 26, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.