On 14/02/2011 15:57, Thomas Andraschko wrote:
> Is it possible that Tomcat will automatically check the SessionMap entries 
> after each request if any value in a entry has been changed? 
No.

Tomcat adding or removing an object from the session will trigger
replication. Modifying the object directly will not trigger replication.

You can try re-adding the object to the session. That should trigger
replication.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to