session handler problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dannymc1983
Forum Commoner
Posts: 80
Joined: Wed Feb 16, 2005 7:24 am

session handler problem

Post by dannymc1983 »

can anyone help me with these errors im getting whenever i try in initiate a session and suggest a possible solution?? thanks

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by.....

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent ...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Your searching skills need practice young padawan.

viewtopic.php?t=1157
Post Reply