Posted on: 4/18/2014 4:07:11 PM | Views : 322

Hi,
We are working on a MVC4 HTML application where multiple user can loggin and access the page based on permissions. in this scenario to check the duplicate user login we are maintaning a Static dictionary and while a new user logs into the application we are adding into this dictionary and then each time verify if the user already added and another user with same user id try to login then showing an alert saying that duplicate user logon.
If the user loginout then we are removing from this static dictionary. I think this is not an veriy effecient manager to do it.
Can anyone please suggest the better solution with an example will be greate help.
Advance thanks, Bijay

Go to the complete details ...