我有一个PHP MySQL管理模块,其中存储并显示了一些经过验证的详细信息。当我从一个标签切换到另一个标签时,它没关系,但如果我单击后退按钮,则会显示以下错误:
Document Expired: This document is no longer available.
The requested document is not available in Firefox's cache.
As a security precaution, Firefox does not automatically re-request
sensitive documents.Click Try Again to re-request the document from the website.
答案 0 :(得分:0)
如果您在页面顶部添加header();
,则可以避免这种情况。有关header()函数的文档 - > link
我希望这可以帮助你以任何形式
答案 1 :(得分:0)
除了这是正常行为之外,你可以通过使用ajax而不是form来避免它。