PHP Session Error Messages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mmanders
Forum Newbie
Posts: 23
Joined: Sun Jan 16, 2005 7:13 pm

PHP Session Error Messages

Post by mmanders »

Hi,

I have recently payed little attention to my PHP project for university - I came back to it today, and when firing up the site on localhost, I got this message at the top of each page:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\WWW\project\login\signout.php:11) in C:\WWW\project\login\accesscontrol.php on line 15

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\WWW\project\login\signout.php:11) in C:\WWW\project\login\accesscontrol.php on line 15

The only thing that I believe I have changed since last working on the site is my firewall - I now use Sygate rather than Norton... is there a setting or rule that I am missing or is this something else?

Any help would be greatly appreciated
Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

mmanders
Forum Newbie
Posts: 23
Joined: Sun Jan 16, 2005 7:13 pm

Post by mmanders »

I did bother to search on the Internet... but I am not very experienced, I could not find any solution in general so I was hoping someone on this forum would be kind enough to provide a lay explanation
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

read the link. it has lots of information.. read in threads below.. they have that link too.. along with some other comments..
mmanders
Forum Newbie
Posts: 23
Joined: Sun Jan 16, 2005 7:13 pm

Post by mmanders »

Thanks for the help :-)
Post Reply