session-start() error

Status
Not open for further replies.

smiteme

New Member
Messages
1
Reaction score
0
Points
0
i get this error when i use the sesion-start function.

Code:
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/smiteme/public_html/login.php:76) in <b>/home/smiteme/public_html/login.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/smiteme/public_html/login.php:76) in <b>/home/smiteme/public_html/login.php</b> on line <b>77</b><br />
the call to the function is before any html, and the same code works fine on my localhost.
any ides?
 
Status
Not open for further replies.
Top