So I\'ve this problem that, when I\'m on the page not doing anything for some time, after I reload the page $_SESSION is cleared. I checked the code and it does not
$_SESSION
Have you put de session_start() at the beginning of every page?
session_start()