My question is same user can not open same application in more than two tabs in same browser and same server. For example , two users of gmail account. first is [email protected] and second is [email protected]. So this both user can not open gmail account in same browser and same server at a time if in internet explorer [email protected] already login and then [email protected] will try for second tab in entenet explorer for login then automatically [email protected] account will open .
I want to provide this functionality in my project. In my project suppose abc.com login and anyone want to login in same browser on same server than he/she can login, so how to restrict them. if i will match server or computer name then is it possible ? Please give me answer for this .
in my application one user abc is login and url path like this "http://localhost:2782/Viewer.aspx" and after he/she open second tab and paste this path in url then secondtime his account will be open, and after in second tab he logout and then again login with differen username like xyz.com then this xyz.com will be open. so my task is in that application is restict the user for can not open same application in same browser in same server.