电子邮件应用程序中的注销问题
我正在 JSP/Javascript/html 中开发一个小型电子邮件 Web 应用程序。它有一个注销链接,单击该链接会重定向到登录,但后退按钮仍会将用户带到他的帐户,从而可以再次访问他的帐户。单击注销后,我将删除所有会话变量
I am developing a small email web application in JSP/Javascript/html. It has a logout link which when clicked redirects to login but the back button still takes the user to his account and therby can access his account again. I am deleting all session variables once the logout is clicked
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您传递给客户端浏览器的缓存标头。
Check the cache header you pass to the client browser..