session_start(): Session cannot be started after headers have already been sent in code example
Example: session_start(): cannot start session when headers already sent
// FIRST line of each php file using session (no character before)
<?php if ( empty(session_id()) ) session_start(); ?>
// Encode in ANSI or UTF8 (No BOM !)