0 Replies Latest reply on Nov 4, 2004 10:21 AM by titom

    Hot deploy and session serialization

    titom

      Hi,

      I want to prevent mistakes in our application. To do this, I need to disable the session serialization.

      When JBoss server is shutdown or when a hot deploy occurs, the sessions are serialized. If the user browser is not killed, the sessions will be deserialized after the JBoss server start up of immediately after the hot deploy to be effective.

      All the attributes that are not Serializable (and it is not easy to put them Serializable) in the session will be no more available. Some of those attributes are mandatory in our application to run correctly. In this case I need to disable the session serialization. Is it possible?

      Thanks,

      Gael.