For my website, session management mostly works ok. Sessions are created, saved and used later without problems.
But when the code is using session_start(), it alway
I think powtac is right in a way, but session_start(); should be your first operation you do, even before the header('Content-Type: text/html; charset=UTF-8');
session_start();
header('Content-Type: text/html; charset=UTF-8');