Calmypal Posted October 10, 2009 Share Posted October 10, 2009 I am getting these errors on my index page Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/c/a/l/calmypal/htdocs/index.php:7) in /www/uuuq.com/c/a/l/calmypal/htdocs/common.php on line 3 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/c/a/l/calmypal/htdocs/index.php:7) in /www/uuuq.com/c/a/l/calmypal/htdocs/common.php on line 3 And on my logout page Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/c/a/l/calmypal/htdocs/logout.php:13) in /www/uuuq.com/c/a/l/calmypal/htdocs/common.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /www/uuuq.com/c/a/l/calmypal/htdocs/logout.php:13) in /www/uuuq.com/c/a/l/calmypal/htdocs/logout.php on line 16 Email me if you can help! ([email protected]) Link to comment https://forums.phpfreaks.com/topic/177233-solved-warning-session_start-functionsession-start/ Share on other sites More sharing options...
mikesta707 Posted October 10, 2009 Share Posted October 10, 2009 session_start() has to be at the very top of the page, before any output Link to comment https://forums.phpfreaks.com/topic/177233-solved-warning-session_start-functionsession-start/#findComment-934517 Share on other sites More sharing options...
Calmypal Posted October 10, 2009 Author Share Posted October 10, 2009 Solved! Thanks! Link to comment https://forums.phpfreaks.com/topic/177233-solved-warning-session_start-functionsession-start/#findComment-934560 Share on other sites More sharing options...
mikesta707 Posted October 10, 2009 Share Posted October 10, 2009 there is a topic solved button on the bottom of the page Link to comment https://forums.phpfreaks.com/topic/177233-solved-warning-session_start-functionsession-start/#findComment-934567 Share on other sites More sharing options...
Calmypal Posted October 10, 2009 Author Share Posted October 10, 2009 Thanks! I thought a moderator went through the posts and listed them as solved or not. Link to comment https://forums.phpfreaks.com/topic/177233-solved-warning-session_start-functionsession-start/#findComment-934569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.