On 14/02/2011 19:44, Thomas Andraschko wrote:
> Does other Servlet containers support this kind of replication or is it 
> really the only way to put/remove the object to/from the session map?
Don't know. It is very likely to be container dependent.

> It is possible to develop a valve or interceptor to check specified entries 
> in the session map and replicate them again? (sorry, i don't know the 
> architecture very well)
You'd need to use a Valve. A ServletFilter is also a possibility.
Regardless of the approach you take, re-adding the attribute to the
session is by far the simplest way to 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