0 Replies Latest reply on Aug 18, 2005 5:23 PM by ereze

    SessionDestroyed not called

    ereze

      I have a SessionListener class that Implements the HttpSessionListener interface.
      Everything works fine: On every new session tomcat does call the sessionCreated().
      BUT.. for some reason on some of the sessions that alreay timed-out the sessionDestoryed() is not called.

      (I am using JBoss 3.2.6 + Tomcat.)

      Any help will be greatly appreciated.

      Erez