`
torry_1979
  • 浏览: 2244 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
今天遇到一个奇怪的问题,在web系统有个“退出系统”的链接,对应的action会使seesion失效,代码如下 HttpSession httpSession = ServletActionContext.getRequest().getSession(); if (httpSession != null) { System.out.println(httpSession.getAttribute(Constant.SESSION_LOGINNAME)); httpSession.invalidate(); } ...
Global site tag (gtag.js) - Google Analytics