| Quick Search |
When you’re using ASP.NET AJAX and the user open your site using Firefox, the user may see an error message that says “The state information is invalid for this page and might be corrupted.” This seems to be caused by Firefox’s methods for saving session information in its cache. There is many way to solve this problem it’s depending on how extensive you want to disable the cache. In my case, I just wanted to do it on one page, so at the top of Page_Load I added:
Response.Cache.SetNoStore();
You could also set this in the page declaration with:
You could also add something like the below to Web.config:
Posted in ASP.NET
You can follow any responses to this entry through the RSS 2.0 Feed. You can leave a response , or trackback from your own site.
Keep up the good work, I like your writing.
great post as usual!
well written blog. Im glad that I could find more info on this. thanks
Great, I never knew this, thanks.
Great site. A lot of useful information here. I’m sending it to some friends!
good articles here hopefully i learned from it.