8 Replies Latest reply on Jul 28, 2011 12:56 PM by vinu1983

    session scoped managed beans are not expiring on browser close

    v.bannur

      Hi,

      I have created application with JSF-2.0 and Richfaces-3.3.3 and I have used the managed beans with @SessionScoped.

       

      These SessionScoped manged beans still alive, when I close the browser and open the application again.

       

      As I know that, when browser closes all the session scoped managed beans expires automatically.

       

      May I know how to kill the session scoped managed beans, when browser closes.

       

      Is there any settings in richfaces to invalidate all the sessions on browser close?