Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2710

Session not unbind from current request after invoking request.getSession().invalidate()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0.final
    • 1.6
    • cache
    • java8, tomcat8

    • Important

    Description

      System.out.println(request.getSession().getId());
      request.getSession().invalidate();
      System.out.println(request.getSession().getId());

      getSession() although return the same session after the invalidation.

      Attachments

        Activity

          People

            shroman Roman Shtykh
            crnlmcn YuxuanWang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: