Quoting shaiju davis <shaijudavis at gmail.com>: > Hi > > please add ob_start() at the top of the php page. > IMHO using ob_start() just masks the problem, it doesn't fix it. The real solution is to find out why the script is sending output before starting the session and start the session before doing the output. Ken