Guest Posted April 1, 2003 Share Posted April 1, 2003 Hi, I just did a new install including today's added updates for application_top.php and general.php and have these settings in admin in the sessions section: Sessions Session Directory Force Cookie Use True Check SSL Session ID True Check User Agent True Check IP Address True Prevent Spider Sessions True Recreate Session True I am storing sessions in mysql and get this error: Fatal error: session_start() [function.session-start]: Failed to initialize session module in /home/affairst/public_html/catalog/includes/functions/sessions.php on line 67 Can someone please help with this? Thanks! Link to comment Share on other sites More sharing options...
Harald Ponce de Leon Posted April 1, 2003 Share Posted April 1, 2003 Does that problem occur if the Session parameters are all set to False? I've tried on my setup and don't get any errors. , osCommerce Link to comment Share on other sites More sharing options...
Guest Posted April 1, 2003 Share Posted April 1, 2003 Hi, I just tested it out and here is what happens. When I set "recreate session" to false and storing in mysql there is no problem. If I set "recreate session" to true then I get the error with sessions stored in db. If I set all to "true" and store sessions in /tmp there is no problem. The problem is only on login. Link to comment Share on other sites More sharing options...
Guest Posted April 1, 2003 Share Posted April 1, 2003 Actually, the same error is happening with all my stores as I decided to check this since I got that one error. It has to do with the recreate sessions. When it is disabled...no problem. When enabled and storing sessions in mysql...the error. I am using a new browser page each time I check. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.