I am using ASP and i have made the login page for the user, all it works well but in Firefox while we press the back button the window will redirects the user to the client area which is unsafe and the data can be changed. I have blocked the back button in Internet Explorer but it doesn't works in Firefox. Please do the needful help.
I'm assuming that you disabled the back button with Javascript. The problem with that is you are relying on the user's browser to cooperate with your web site (and hoping the user hasn't disabled Javascript in their browser). Honestly, the safest method is to build the security in your application, figure out how to detect when the back button has been pressed, and work around the issue by somehow redirecting the user to the page they should really be on. Users expect the back button to always work, so you really have to figure out how to work around the users expectations.
_________________ Behind every great computer lies a tangled mess of cables...
I don't have good days and bad days. I have some days that suck less than others.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum