On Fri, 2003-12-19 at 13:18, ken lee wrote:
> I'm getting this message all the the time I try to start a session with
> session_start.
> 
> Cannot send session cookie - headers already sent
> 
> It's the first line of code in the file. I'm even getting the error with a
> single session_start() function on its own in a file.
> It fails on Apache on my intranet and IIS after being uploaded to a web
> server. The browser is set to recieve cookies. All the books say it should
> work.

Is there anything before the first line of code? Any whitespace or html
will cause this error.

- Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to