Page 1 of 1

What does this error mean?

Posted: Mon Oct 06, 2003 3:25 am
by xleft4dexy
<br />
<b>Warning</b>: Cannot send session cookie - headers already sent by (output started at /home/train01/php/admin_fns.php:2) in <b>/home/train01/php/insert_customer_form.php</b> on line <b>5</b><br />
<br />
<b>Warning</b>: Cannot send session cache limiter - headers already sent (output started at /home/train01/php/admin_fns.php:2) in <b>/home/train01/php/insert_customer_form.php</b> on line <b>5</b><br />

Posted: Mon Oct 06, 2003 3:59 am
by volka
please read Warning: Cannot add header information
and keep in mind: the php-session handling uses cookies by default and cookies are sent as response header.