struts2中session的设立、获取、取消

struts2中session的设置、获取、取消ActionContext.getContext().getSession().put(key, value)ActionContex

struts2中session的设置、获取、取消

ActionContext.getContext().getSession().put(key, value)

ActionContext.getContext().getSession().get(key)

?


<% session.removeAttribute(key); %>