发新话题
打印

JSF中用户登出返回登录页面问题

JSF中用户登出返回登录页面问题

在页面中运用
  h:commandLink value="[#{msg.logout}]" action="#myBean.logout}"/h:commandLink
  做登出操作的时分,代码如下:
  public String logoutHMS() {
  String outCome ="logoutSuccess";
  System.out.print("Logout!!);
  // 设置登录Session关键信息
  FacesContext fc = FacesContext.getCurrentInstance();
  HttpSession Session = (HttpSession) fc.pangoo电视机getExternalContext()
  .getSession(false);
  Session.invalidate();
  return outCome;
  }
  不能运用actionListener属性,否则退出了,重载不了登录页面。
jiyizhen-buy.com颈椎保健枕太空记忆枕 igerl.com歌瑞尔内衣

TOP

发新话题