my class.inc file:
This error is common when you haven't started the session beforehand
if (!isset($_SESSION)) { session_start(); }