PHP Session Id changes between pages

According to PHP documentation, session_start must be called before any output is sent back to the browser– could this page have a rogue CR/LF, Unicode byte-order mark or similar that is causing output before you include('session-inc.php')?

Leave a Comment