...
The protected pages have buttons for both application logout and single sign-out. Application logout invalidates the current session, but if you navigate . Note that if you still have a valid CAS SSO login session, i.e., you're in another protected application in different browser tab, then navigating to the protected page again will log you 'll be logged right back in because you still have a valid CAS SSO login sessionright back.
Single sign-out, on the other hand, will require you to login again for any action that accesses a protected page, even refreshing the protected page.
CAS-ifying the Client Applications
...