_MaTeS_ Posted November 25, 2003 Share Posted November 25, 2003 Hi guys! I?ve just recently moved my catalog to another host, everything seems to work fine.... except for one thing.... I get this message at top of page: Varning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. What do I do to solve this problem, and what does it mean? //_MaTeS_ Link to comment Share on other sites More sharing options...
dbaguy Posted November 25, 2003 Share Posted November 25, 2003 php stores sessions in the /tmp directory which is not present in the server. alternate way is to store sessions in the mysql database. for this u need to edit the file /includes/configure.php --------- last line in the file define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
defender39 Posted November 25, 2003 Share Posted November 25, 2003 or create a /tmp directory in /catalog /path/on/server/to/catalog/tmp make sure its chmodded properly and you make an absolute path to it in the admin and the configs Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.