[jboss-user] [JBoss Seam] - Re: Logout problem

wquraishi do-not-reply at jboss.com
Wed Oct 10 14:37:16 EDT 2007


easiest way i know of is to add a link in your jsf as such:

<s:link action="#{identity.logout}" value="Logout |"
rendered="#{identity.loggedIn}">

the identity.logout action will invalidate the session.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093666#4093666

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093666



More information about the jboss-user mailing list