PDA

View Full Version : Session_start() Error Message


tom92909
11-10-2009, 02:11 PM
I'm getting the following error on a new Boss install...

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

Any suggestions?

Jason Byrnes
11-10-2009, 03:09 PM
This error occurs if there is some sort of output to the page befoer the session_start() function is called. See the following for more details.

http://www.ipvac.com/kb/entry/148/

if you cannot spot the problem, please send a copy of your page.