SyntaxFix
Write A Post
Hire A Developer
Questions
You cannot session_start(); when your buffer has already been partly sent.
This mean, if your script already sent informations (something you want, or an error report) to the client, session_start() will fail.