Oscommerce session errors
October 6th, 2009
Getting an error on both the catalog and admin main pages saying:
“Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.”
Solution :
Set this in both your admin/includes/configure.php and catalog/includes/configure.php:
Code:
define(’STORE_SESSIONS’, ‘mysql’);