[jboss-user] [JBoss Seam] - Re: Problem with seam and session invalidation.

sreeraaman do-not-reply at jboss.com
Fri Nov 3 00:20:32 EST 2006


Hi All,

I figured out the problem myself. instead of explicitly calling the HttpSession's invalidate method, you need to call the Seam's invalidateSession as follows:


  | Seam.invalidateSession();
  | 

regards
sriraman.

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

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



More information about the jboss-user mailing list