0
I am using the CAS (Jasig) with three applications, when I log out of one of the applications I finish the session of the same and the CAS, but if I access another application that was already with an open session via URL, the session is alive. How do I kill all active sessions of my CAS-bound application suite?
Example:
- CAS
- APPLICATION A
- APPLICATION B
- APPLICATION C
Application logout A completes the same and CAS, but keeps the B and C application sessions alive.
I tried to capture the cookie created by CAS so I could develop a "logout filter" to check if it has an active session, but I could not capture it.
Has anyone ever been in a similar situation?