8 Replies Latest reply on Oct 21, 2011 8:11 AM by kwutzke

    Seam 3 - Invalidate session on logout

    bschoen

      I just noticed that the session is not being invalidated on logout for seam 3. A google search seemed to indicate that for Seam 2 it was being done and when I look at the code for Seam 3 I find:


      // TODO - invalidate the session
      // Session.instance().invalidate();


      in IndentityImpl.java.


      I guess I'll code the call to logout and then invalidate the session myself. Is there a reason this didn't get implemented?