On Tue, 26 Mar 2002, Vlad Kulchitski wrote: > Hi can anyone help me, I am getting this error when I try > to start session: > > Warning: Cannot send session cookie - headers already sent by (output > started at /var/www/kulchitski/btl/btl.php:2) in > /var/www/kulchitski/btl/_talkroom_edit.php on line 39 > > I didn't start session before, in fact I never use session here > except this step. Can anyone suggest anything?
1) Read the list and the archive. This comes up at least once per day, including on days when I know I saw you post to the list. 2) It means that you generated output prior to a session_register or session_start call. Make sure you don't print anything and don't have any space outside of <?php tags prior to those calls. 3) Read the list and the archive. This comes up at least once per day, including on days when I know I saw you post to the list. 4) Read the list and the archive. This comes up at least once per day, including on days when I know I saw you post to the list. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php