Thanks for answer.
I use the UserAuthenticationEvent to hook and check that the user signs in again on
another machine/browser B. I tried to mark the userActivitiy as EXIT, but this not forces
the user to relogin on machine A. Think I have to invalidate the UserSession, but how to
get ?
| userActivity = new UserActivity(userActivity.getId(), userActivity.getSessionId(),
| System.currentTimeMillis(), UserActivity.EXIT);
| getStatsService().registerActivity(userActivity);
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220847#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...