struts2中session的设置、获取、取消
ActionContext.getContext().getSession().put(key, value)
ActionContext.getContext().getSession().get(key)
?
<% session.removeAttribute(key); %>