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