Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I limit user to login/open web application from only one tab. I am using Asp.Net membership for login and user management. I want that once a user has logged in from one tab s/he cannot open that url in other tabs for same browser. There are many systems which to not allow multiple concurrent logins from same user, but how can I acheive it?





-----

vi
Posted

1 solution

You can not have control on the user behavior. Rather place some code in the login page to verify the user's login status. If user is already login redirect him to the home page or any required page else to login page.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Feb-12 21:34pm    
Exactly, a 5.
--SA
That's Aragon 9-Feb-12 23:50pm    
Thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900