ActionContext.getContext().getSession().put(key, value)
ActionContext.getContext().getSession().get(key)
<% session.removeAttribute(key); %>
ActionContext.getContext().getSession().put(key, value)
ActionContext.getContext().getSession().get(key)
<% session.removeAttribute(key); %>