[Struts2] invalidate session 和 新建 session
invalidate:
//org.apache.struts2.dispatcher.SessionMap public V put(K key, V value) { synchronized (this) { if (session == null) { session = request.getSession(true); } .... }
发布时间: 2012-11-04 10:42:41 作者: rapoo
[Struts2] invalidate session 和 新建 session
invalidate:
//org.apache.struts2.dispatcher.SessionMap public V put(K key, V value) { synchronized (this) { if (session == null) { session = request.getSession(true); } .... }