Jump to content

session errors


shawnm

Recommended Posts

Hey guys,

I've been getting tons of advice on sessions and I really appreciate it. I checked for errors with my sessions and the following is what I get:

 

Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_5cc8b9a83090b30febf2d9d15e1461e6, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web054/b545/sl.luckyelf/public_html/enter.php on line 4

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web054/b545/sl.luckyelf/public_html/enter.php:4) in /hermes/bosweb/web054/b545/sl.luckyelf/public_html/enter.php on line 4

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web054/b545/sl.luckyelf/public_html/enter.php:4) in /hermes/bosweb/web054/b545/sl.luckyelf/public_html/enter.php on line 4

 

 

Can anybody explain these errors and tell me how I can fix them?

Thanks again everyone.

Shawn

Link to comment
https://forums.phpfreaks.com/topic/123014-session-errors/
Share on other sites

Since that link does not mention anything about the folder that session.save_path is set to not existing, posting that link is rather pointless.

 

shawnm, you already have an existing thread for this problem. Don't start a new thread.

 

And did you read the error message - open (/var/php_sessions/sess_5cc8b9a83090b30febf2d9d15e1461e6, O_RDWR) failed: No such file or directory

Link to comment
https://forums.phpfreaks.com/topic/123014-session-errors/#findComment-635200
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.