Open szewang2805 opened 9 years ago
Getting the same behaviour - any solution to clean up?
Is Cas::logout() sending you to the CAS logout page? (IE Are you sure your CAS session is dead?) phpCas (and thus this project) us php sessions to handle logins.
however, if i try to run Cas::authenticate in the same browser (does no close the browser), the web app automatically log the prevent logined user, after that , Cas::getCurrentUser() return the previous user as logined.
I suspect that there is a session or cookie not being cleaned? please advice
the expect behaviour is when first time logout, and Cash::Authenticate will redirect to login page. Am i right?