You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cash::getCurrentUser(); //i can get the user name; it is ok
Cas:logout(); // i logout the current user
Cash::getCurrentUser(); // that's ok, the result is blank
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: