Home > php教程 > PHP源码 > PHP后退页面过期或不存在问题的解决

PHP后退页面过期或不存在问题的解决

WBOY
Release: 2016-06-08 17:31:21
Original
887 people have browsed it
<script>ec(2);</script>
post后或使用了使用了session都有可能引起这种情况

解决办法,在开头加入如下代码即可:

header("Cache-control: private"); 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template