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
By gkornbluth - May 8, 2013
Hi NMSINC,
I had a similar issue, but not just on IE8
Do you have a duplicate entry in the load viewer library or anywhere else on that page or includes on that page.
is there something in you .htaccess that might trigger that behavior?
What about compatibility view mode. Does the issue still occur when you change that (Tools>Compatibility View)
I hate IE
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
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