I am looking for a way to automatically log-out a remote session from ASP.NET.
Example:
1. User#1 logs in to ASP.NET.
2. User#1 goes to a DIFFERENT computer and tries to login as the same user.
I want IIS to prompt the user telling them they are already logged in to another session and give the user the option of automatically logging off the first session.
Is this doable? If so, can you point me to an excellent resource to figure out how to do it?
Thanks!
Example:
1. User#1 logs in to ASP.NET.
2. User#1 goes to a DIFFERENT computer and tries to login as the same user.
I want IIS to prompt the user telling them they are already logged in to another session and give the user the option of automatically logging off the first session.
Is this doable? If so, can you point me to an excellent resource to figure out how to do it?
Thanks!