Re: HTTP session change is not been replicated when changing it in event processing

2014-11-19 Thread João Sávio
Thanks! 2014-11-19 13:48 GMT-02:00 Mark Thomas : > On 19/11/2014 16:32, João Sávio wrote: > > I found the solution: > > > > I was updating an attribute in a session object. In that case, I need to > > explicitly call session.setAttribute() with the updated object > > https://issues.apache.org/bug

Re: HTTP session change is not been replicated when changing it in event processing

2014-11-19 Thread Mark Thomas
On 19/11/2014 16:32, João Sávio wrote: > I found the solution: > > I was updating an attribute in a session object. In that case, I need to > explicitly call session.setAttribute() with the updated object https://issues.apache.org/bugzilla/show_bug.cgi?id=43866 Mark

Re: HTTP session change is not been replicated when changing it in event processing

2014-11-19 Thread João Sávio
I found the solution: I was updating an attribute in a session object. In that case, I need to explicitly call session.setAttribute() with the updated object Thanks

HTTP session change is not been replicated when changing it in event processing

2014-11-19 Thread João Sávio
Hi guys I have a Tomcat cluster with 4 nodes that is set to replicate HTTP session across all nodes. Common session operations work fine (e.g., user perform a request, and something is saved on the session). However, I have a situation where the session is not replicated. My application works wit