//安全退出 public String logOutAction(){ MapString, Object session = ActionContext.getContext().getSession(); session.remove("user"); return "error"; }
//安全退出 public String logOutAction(){ Map<String, Object> session = ActionContext.getContext().getSession(); session.remove("user"); return "error"; }