0 Replies Latest reply on Oct 9, 2003 9:47 AM by rafcio

    session replication and HttpSessionListener question

    rafcio

      Hi,

      I have small question to session replication and HttpSessionListener in an Jetty cluster.

      We want have two or more Jetty nodes with session replication. We have own HttpSesionListener with implemented sessionDestroyed() method. What happens in an Jetty cluster with session replication if an session will be destroyed? Will be the listener called on each node? After a session is timed out, we have to do some important work and clean some data. Will this work in an cluster?


      Regards,
      Rafal