Restrict the page to be browsed in the other browser with the same urls

Posted by subash on Stack Overflow See other posts from Stack Overflow or by subash
Published on 2010-03-25T06:17:51Z Indexed on 2010/03/25 6:23 UTC
Read the original article Hit count: 335

how to restrict the page to be browsed in the other browser with the same urls with out logging asp.net & c#.net.

i followed the following steps for example:

  1. i am logging in to a page developed in asp.net & c#.net.
  2. i am viewing a page.Let it be admin page.
  3. i am copying the url of the admin page.
  4. i am opening another browser window and pasting the url.
  5. i was able to see the same admin page in the other browser.

the question is how to restrict the opening of admin page in other browser,if they try to open admin page in another browser while user is currently viewing the admin page then it should be redirected to the login page? how could this be accomplished? is there any thing could be done with "login" control tool of the .net frame work?

© Stack Overflow or respective owner

Related posts about login-control

Related posts about browser-security