how to stop it? serious answer please.How to stop anyone to open a login page url in other browser in asp.net?
Read up on sessions.
Your 'signout' button is not killing your users session so when you reenter the url the browser is reading the active session and believes the users is still vaild.
if your are using the asp.net login controls make sure that you have it setup correctly
No comments:
Post a Comment