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:
- i am logging in to a page developed in asp.net & c#.net.
- i am viewing a page.Let it be admin page.
- i am copying the url of the admin page.
- i am opening another browser window and pasting the url.
- 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?