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