Jump to content

Session Stupidity


Link

Recommended Posts

I have a series of included files, once of which contains a session start at the top.  The included file gives the following error:

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/blah/public_html/mayo/session.php:1) in /home/blah/public_html/mayo/session.php on line 2

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/blah/public_html/mayo/session.php:1) in /home/blah/public_html/mayo/session.php on line 2

 

And the code is simply three lines:

<?php
session_start();
?>

 

Any clue?  Why is it throwing two errors and why is there an error to begin with?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/75644-session-stupidity/
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.