PHP Error, whats it mean?

Shane

New member
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/shanetal/public_html/st2/clients/new_wo.php:3) in /public_html/st2/clients/include/session.php on line 46


WHAT DOES IT MEAN, HOW DO I FIX IT?
 
session variables must be called before you send information to the browser. are you making any tags or sending header information before you call session_start()? if so, just call the session stuff first.
 
session variables must be called before you send information to the browser. are you making any tags or sending header information before you call session_start()? if so, just call the session stuff first.
 
Back
Top