Alex Hogan wrote:
I got back an error that read;
Warning: session_start(): Cannot send session cookie - headers already sent
by....
Warning: session_start(): Cannot send session cache limiter - headers
already sent.....

You need to use session_start() before any headers are written. -Ben

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



Reply via email to