Thread: PHP Sessions
View Single Post

  #7 (permalink)  
Old 01-27-2004
Michael Meckelein
 
Posts: n/a
Default Re: PHP Sessions

"victor" wrote
> Warning: session_start(): Cannot send session cookie - headers already
> sent by (output started at E:\index.php:2) in E:\index.php on line 2


Be sure that you not send any other header (e.g. html tags ) befor you have
handled your sessions.

Michael

Reply With Quote