How to avoid “Web page has expired” in IE

柔情痞子 提交于 2019-12-12 03:54:46

问题


I have a page with a form. When I post the form, then I click the previous button in IE, I have an error : "The web page has expired"

As I seen it in this post, I tried :

<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, post-check=0, pre-check=0">
<meta http-equiv="Pragma" content="no-cache">

Now, I don't have the expired message anymore, but the form just auto revalidate. When I click the previous button, I see I go back to my form page, then I just return to the result page.

Did I do something wrong? I don't understand much in Cache-Control and such.


回答1:


This is just because of IE caching version. I also found this issue and find some relevant article on this. You can take a look on this - http://support.microsoft.com/kb/183763



来源:https://stackoverflow.com/questions/19376909/how-to-avoid-web-page-has-expired-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!