PDA

View Full Version : session


munaa80
12-04-2002, 05:29 PM
the following warning occure to me,how can i solve the problem?


Warning: Cannot send session cache limiter - headers already sent (output started at c:\apache\htdocs\enews\forum\forum_tree.php:6) in c:\apache\htdocs\enews\forum\index.php on line 2

Nightfire
12-04-2002, 07:05 PM
Sessions must be sent before anything is outputted to the browser - before any html

ConfusedOfLife
12-05-2002, 09:59 AM
You might also like to take a look at this ( thanx to Spookster!) :

http://www.phpbeginner.com/columns/enygma/sessions/1