注销时不转到上一页

发布于 2024-10-31 01:58:01 字数 153 浏览 0 评论 0原文

我有一个jsp项目,我使用会话来获取用户权限。 使用过

session.invalidate();

我在注销页面

。注销后,当我按后退按钮时,它会显示上一页。 我不希望它这样做。

请帮我解决这个问题。

I have a jsp project and I use session to user authority. I have used

session.invalidate();

in the logout page.

After logout, when I press the back button, it shows the previous page.
I don't want it to do this.

Please help me with this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溇涏 2024-11-07 01:58:01

您可以将 html 上的缓存设置为在注销确认页面上过期。标签的详细信息可以从这里获得。

http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm

You can set the cache on the html to expire on you logout confirmation page. The details for the tags can be had from here.

http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文