欢迎访问服务器技术网-www.fuwuqijishu.com

JSP 清理SESSION的问题。

程序设计 fuwuqijishu 2年前 (2022-10-01) 22次浏览 0个评论 扫描二维码

一:为你所有需要LOGINED_USERS的页面加上session判断,如一楼所说的。二:加一个过滤器,直接过滤你认为没有权限访问的页面。
答案补充如果是权限方面的话,基本上上面两种都可以,如果是客户端页面缓存问题的话,在head之间加上<meta http-equiv=”pragma” content=”no-cache”><meta http-equiv=”cache-control” content=”no-cache”><meta http-equiv=”expires” content=”0″>用于禁止缓存,如果在jsp中写的话,就在开头处写上<% tHeader(“Cache-Control”,”no-store”); tDateHeader(“Expires”, 0); tHeader(“Pragma”,”no-cache”); %>同样是禁止缓存的。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2523.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900