Just wondering how to check if a PHP session exists... My understanding is that no matter what, if I am using sessions, I have to start my files with session_start() to even acc
switch off the error reporting if noting is working in your php version put top on your php code
error_reporting(0);