I cannot get this to work for the life of me, it is PHP.
// if any of this session is set then if (isset($_SESSION['tusername']) || isset($_SESSION['student_login'])) { it will return true; } else { it will return false; }