Posted by David Haynes on 06/19/06 00:36
TristaSD wrote:
> I tried to follow php.net manual to the best of my ability, but I'm
> getting two errors now:
>
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent
> Warning: Cannot modify header information - headers already sent by
>
> All I want to do is create a login page that starts the session, and a
> logout page that destroys the session. I'm having a hell of a time.
>
Post your code. It's the fastest way to get help.
In general, your problem is that some character data (could be as simple
as a blank or carriage-return) is being sent before your session_start().
-david-
Navigation:
[Reply to this message]
|