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
You can call session_id before session_start. http://www.php.net/manual/en/function.session-id.php - read the id param