Page 1 of 1

error of session

Posted: Mon Dec 11, 2006 7:04 pm
by hrubos
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

Posted: Mon Dec 11, 2006 7:06 pm
by timclaason
Sounds like output buffering issue. Are you doing a Header("Location...") after you've outputted text to the page?

Posted: Mon Dec 11, 2006 7:14 pm
by feyd