5 Replies Latest reply on Jul 20, 2017 3:20 AM by pepe.caballero.caballero

    Wildfly 9.2 + JRE1.8 +  JSF 1.2 + RichFaces3.3 Never Destroy session with timeout session

    pepe.caballero.caballero

      I have my web.xml

       

          <session-config>

              <session-timeout>41</session-timeout>

          </session-config>

       

      After 3 days I have sessions with session time expired but still consuming memory.

       

      I saw https://issues.jboss.org/browse/WFLY-6453

      But i don´t know if it is the same issue.

       

      Thanks