I have an asp.net application that requires users to enter private information and they are automatically logged out of the application by session timeout. However, this doesn't prevent them from clicking the back button. I need to disable this.
I have tried every one of these approaches located here: http://www.codeproject.com/Tips/135121/Browser-back-button-issue-after-logout
The first code-block worked great for about a day. Now all of the sudden my browsers IE8 and FF 7.0.1 completely ignore it. In fact, I've tried every possible combination of cache suppressing code I can find on the net, and no matter what I can always click back.
I've deleted the cache on both browsers, tried and re-tried in every combination. Rebooted. Closed VS2008 and re-opened. Placed the code page level, in master page, in my base page. NOTHING. Someone please let me know if they have any suggestions