Thursday 15 July 2010

c# - Multiple Session Login -


I would like to develop a functionality in ASP.Net, through which a user will be loaded and if another user tries the same To login with a username, the first user already logged in should get this message that another user is trying to login with your username in this manner. Please guide me how I can do this. Thank you.

I had this exact requirement I have to make sure that the user id is just one device at a time Log in with. When a user ID tried to log in on another device, it was tried to log in to the existing device, so he allowed the session to be logged on to his device on his current device. I wrote a solution on my original post on stack overflow:



No comments:

Post a Comment