I have error with session :
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\htdocs\BP\template\logout_temp.php:80) in D:\htdocs\BP\autorizace\autorizace_DB.php on line 6
error of session
Moderator: General Moderators
-
timclaason
- Forum Commoner
- Posts: 77
- Joined: Tue Dec 16, 2003 9:06 am
- Location: WI
Error
Sounds like output buffering issue. Are you doing a Header("Location...") after you've outputted text to the page?