Guest Posted April 21, 2004 Posted April 21, 2004 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. How in the world can I get rid of this? Please help me... Greatley appreciate any input! Dave Anderson
Guest Posted April 21, 2004 Posted April 21, 2004 In both catalog and admin/includes/configure.php change this: define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to this: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.