我使用了所有进程来销毁会话。
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
session_destroy();
session_unset();
clearstatcache();
但是当我单击后退按钮时,它会显示我的上一页的会话值。 我不知道如何解决它。请帮帮我。