开发者

Restrict user accessing the application in other tab

开发者 https://www.devze.com 2023-04-12 04:44 出处:网络
We are developing secure web application using asp.net C#. After User is logged in to the appli开发者_开发技巧cation,I will copy paste the URL to other tab of the same browser. I need to restrict user

We are developing secure web application using asp.net C#. After User is logged in to the appli开发者_开发技巧cation, I will copy paste the URL to other tab of the same browser. I need to restrict user accessing the application in other tab or expire his session ID and bring back to login page.

please help me in doing this.


I got the solution for this. I referred http://www.codeproject.com/KB/aspnet/MultipleTabWindows.aspx. Its working fine.Hope it is useful to others

0

精彩评论

暂无评论...
验证码 换一张
取 消