Page 1 of 1

PHP Session Error Messages

Posted: Tue Jan 25, 2005 9:51 am
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

Posted: Tue Jan 25, 2005 10:05 am
by feyd

Posted: Tue Jan 25, 2005 10:07 am
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

Posted: Tue Jan 25, 2005 10:08 am
by feyd
read the link. it has lots of information.. read in threads below.. they have that link too.. along with some other comments..

Posted: Tue Jan 25, 2005 10:10 am
by mmanders
Thanks for the help :-)