Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error: Cannot send session cookie - headers already sent by (output 4

Status
Not open for further replies.

farley99

MIS
Joined
Feb 12, 2003
Messages
413
Location
US
My script was working fine all along an now I get this error....
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/giraff/public_html/tees/index.php:1) in /home/giraff/public_html/tees/user_options.php on line 3

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/giraff/public_html/tees/index.php:1) in /home/giraff/public_html/tees/user_options.php on line 3
 
This is too little information for us to help you... Post some script or tell us what line 1 to 3 looks like....

Don't eat yellow snow!
 
sounds like you have HTML before the session_start(); or the there is a semi-colon missing, but its a bit brief

To err is human, to completely mess up takes a computer. [morning]
 
and check for new lines or spaces or *anything* before the opening <?, if you want to send headers then you can't use anything before that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top