I have multiple applications (wars) deployed on same Tomcat application server. Each application has form login and uses Spring Security to authenticate. There is a centralized application (not in same Tomcat) from which Spring Security checks user credentials.
Is there a simple way to keep track on user's sessions in those wars and invalidate user's session within each war in case user logs off from one?