php session_start antes do cabeçalho

// Call session_start() before sending header(s)
session_start();

header...
echo...
Ashamed Ape