views:

26

answers:

0

Hello,

I'm using wicket-auth-roles, and in particular 'AuthenticatedWebApplication' to secure pages in my wicket application. I would like to disallow users from signing in from multiple locations with the same login. Currently users seem able to log into the same user from two different machines.

I'm sure it's as easy as invalidating the first user's session, but I don't know how to get at that from my AuthenticatedWebApplication when a second user comes along. Any guidance appreciated.

Thanks Matt