how to invalidate a user session properly?

2010-05-12 Thread Yucca Nel
Currently I need to fire my jsf command button twice to get the logic behind it to invalidate the session correctly as follows: public String logout(ActionEvent ae) throws IOException, ServletException { HttpServletRequest req= (HttpServletRequest)

Re: how to invalidate a user session properly?

2010-05-12 Thread Hassan Schroeder
On Wed, May 12, 2010 at 12:24 AM, Yucca Nel yucca...@live.co.za wrote: Currently I need to fire my jsf command button twice Bummer. But wouldn't it be better to find a JSF list to ask all these JSF-specific questions on? Because they apparently have nothing to do with Tomcat :-) -- Hassan