Posted by TristaSD on 06/18/06 15:40
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.
[Back to original message]
|