Hi, I have tomcat cluster setup and it's working fine. All I need to do now is to replicate the session after every request. For SimpleTcpReplicationManager<http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.html> we can use useDirtyFlag. But, is there a way to do it with DeltaManger?
So, I guess the question is, to replicate the session after each request, with DeltaManager (for tomcat 6), what flag needs to be set? Thanks for the help Rohit