MVC Back button issue
I have an action method that I need to execute when the back button is clicked. I've done this before by disabling the cache in my action method (Response.Cache.SetCacheability(HttpCacheability.NoCache). This isn't working for a different action method. For some reason when i disable the cache and hit the back button to trigger my action method the page expires. Any ideas on what the issue may be? There is no way to know, on the server side, if the page request was the result of the back button or not. More than likely, the previous request was a post rather than a get, and the post requires