php session_start перед заголовком

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

header...
echo...
Ashamed Ape