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

2007-10-10 Thread wquraishi
easiest way i know of is to add a link in your jsf as such: 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=

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

2007-10-10 Thread dnikolic
Try this: | import javax.faces.context.FacesContext; | import javax.servlet.http.Cookie; | import javax.servlet.http.HttpServletRequest; | import javax.servlet.http.HttpServletResponse; | | import org.acegisecurity.context.SecurityContextHolder; | import org.acegisecurity.ui.rememb

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

2007-10-04 Thread dustismo
>From seam javadoc of Session: anonymous wrote : | Controls HttpSession invalidation in any servlet or JSF environment. Since Seam keeps internal state in the HttpSession, is is illegal to call HttpSession.invalidate() while Seam contexts are active. Applications using Seam security should c

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

2007-10-04 Thread srpantano
Again, please, please, please. Can anyone help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091540#4091540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091540 ___ jboss-u

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

2007-10-02 Thread srpantano
Please anyone?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090566#4090566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090566 ___ jboss-user mailing list jboss-user@list