Index: cas.module =================================================================== --- cas.module (revision 367) +++ cas.module (working copy) @@ -175,7 +175,7 @@ // We're going to try phpCAS auth test if (!$cas_force_login) { - $logged_in = phpCAS::checkAuthentication(); + $logged_in = phpCAS::isAuthenticated(); // Set the login tested cookie setcookie('cas_login_checked','true');