Session Error

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 8, 2013   (RSS)

By nmsinc - May 8, 2013

I'm getting the following session error in IE 8 only (all other browsers are good to go)

Couldn't start session! 'session_start(): open(/tmp/sess_5b9a88abf4f767ec4d77465ce6a6f6b6, O_RDWR) failed: Permission denied (13)'! Warning: Unknown: open(/tmp/sess_5b9a88abf4f767ec4d77465ce6a6f6b6, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

I have a server with cpanel and the website lacked a seperate IP address -which I added and had the server company move the pages and data. Everything works fine when I use the domain access of http://claimscaddy.com/user-choice.php - however, I get the error when I use http://www.claimscaddy.com/user-choice.php

I coded a session test script to test for sessions errors and received none: http://www.claimscaddy.com/test.php and all seems to be okay.

Any help wourl be appreciated - Thanks NMSINC

nmsinc

By nmsinc - May 8, 2013

Hi Jerry,

That's what it was - I had left the top line within the page empty and it was causing a header session error - I will keep you posted here if any other issue happens. Thanks again - NMSINC

nmsinc