如果您将其包含在所有页面的顶部,则需要客户端始终重新加载内容,使后退按钮请求页面的新副本.
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
Run Code Online (Sandbox Code Playgroud)
http://php.net/manual/en/function.header.php