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
|