Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14110

Distributed session manager reports HttpSession.getLastAccessedTime() incorrectly.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 22.0.0.Final
    • 22.0.0.Alpha1
    • Clustering
    • None

    Description

      Currently, the distributed session manager updates the last accessed timestamp of a session at the end of a given request.  This is not correct.  According to §7.6 of the servlet specification:

      The getLastAccessedTime method of the HttpSession interface allows a servlet to
      determine the last time the session was accessed before the current request. The
      session is considered to be accessed when a request that is part of the session is first handled by the servlet container.

      Attachments

        Activity

          People

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: