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