Jump to content

[SOLVED] explanation


HAN!

Recommended Posts

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\Program Files\wamp\www\hani\login.php:15) in C:\Program Files\wamp\www\hani\login.php on line 16

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\wamp\www\hani\login.php:15) in C:\Program Files\wamp\www\hani\login.php on line 16

 

 

can you explain this error to me, thanx.

Link to comment
https://forums.phpfreaks.com/topic/75196-solved-explanation/
Share on other sites

Basically it means exactly what it says. session_start() needs to be at the top of the page. Doesn't seem like it is (line 16). Check to make sure there isn't anything outputting to the browser before session_start(). Even a whitespace before session_start() could cause this error.

 

Edit: Might help to also read http://www.phpfreaks.com/forums/index.php/topic,95562.0.html

Link to comment
https://forums.phpfreaks.com/topic/75196-solved-explanation/#findComment-380301
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.