Let\'s say I have two pages on the same ASP.NET C# WebSite.
Please run the following code to disable the page cache in firefox.
Response.AppendHeader("Cache-Control", "no-store");
Apply this in page load of master page.