PHP- Warning: session_start(): Cannot sent session cache limiter-headers already sent, ERROR

By | February 24, 2011

Most of the beginners in PHP while using sessions at the first time might have encountered a long error, starting with something like,

Warning:session_start(): Cannot sent session cache limiter- headers already sent

Fix : It’s too simple!
Don’t ever leave atleast a single space before the PHP code (starting with

Leave a Reply

Your email address will not be published. Required fields are marked *