JSF的中用户登出返回登录页面问题_JSP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

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

作者:黑客防线网安JSP教程基地 来源:黑客防线网安JSP教程基地 浏览次数:0

本篇关键词:页面问题登录返回
黑客防线网安网讯:    在页面中使用<h:commandLink value="[#{msg.logout}]" action="#myBean.logout}"></h:commandLink>做登出操作的时候,代码如下:public String logoutHMS() {String outCome ="logoutSu...
    在页面中使用
<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.getExternalContext()
.getSession(false);
Session.invalidate();
return outCome;
}
不能使用actionListener属性否则退出了,重载不了登录页面
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-16793-1.html
网站维护教程更新时间:2012-04-07 00:47:29  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer