2 Replies Latest reply on Oct 26, 2005 12:42 AM by brian.stansberry

    Session Timeout issue in clustered jboss

    pilania

      It happens on Jboss-4.0.1sp1 and Jboss-4.0.2

      Two server cluster is running. User logs in through CSS (using stick sessions) and request is sent to server 1.

      Session gets replicated to server 2 fine.

      Web-app is distributable. Timeout is set to 3 mts on web-app.

      After 3 mts even though user is working actively on server 1, server 2 sends a session destroyed and our listener (implementing HttpSessionListener) has implemented sessionDestroyed method which logs the user out.
      Which prompts the user to shout "What the F!@#$"