3 Replies Latest reply on Nov 30, 2005 7:54 PM by julien1

    SessionInvalidatorInterceptor.signOut();

    schnelzer

      I saw the new method for logging out in SessionInvalidatorInterceptor

      public static void signOut()
       {
       localSignOut.set(Boolean.TRUE);
       }
      

      Could I add a servlet to the portal-server.war that does nothing but call the SessionInvalidatorInterceptor.signOut()? I'll point a logout button in the theme to this servlet in the portal-server.war. Does that sound reasonable?