注销时不转到上一页
我有一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 html 上的缓存设置为在注销确认页面上过期。标签的详细信息可以从这里获得。
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.