PDA

View Full Version : PHP Cannot send session cache limiter Error


enkidu
09-14-2007, 05:09 PM
SOLVED

Inigoesdr
09-14-2007, 05:17 PM
You are outputting something before trying to use session_start() & header(). It's could be whitespace or HTML; Check your main file, and every file that is included for whitespace at the beginning and end of the php tags.

enkidu
09-14-2007, 05:20 PM
cheers mate that was perfect!