I'm trying to implement a login system that only allows a user to have a single session running at any one time. What I mean by this is:
1. user X logs in successfully into session 1
2. From another machine or browser the same user X logs in successfully into a separate session 2. This should cause session 1 to become invalidated/logged out.
Is it possible to do this in Acegi? Any assistance would be appreciated.
Cheers
Matt


