Guest Posted February 17, 2005 Share Posted February 17, 2005 Hi I need to create a directory called catalog/temp. Can someone tell me how to do this? Link to comment Share on other sites More sharing options...
♥Vger Posted February 17, 2005 Share Posted February 17, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.