Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sessions error after new install and new updates


Guest

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...