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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854328#3854328 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854328 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
