The question is when the replication of session actually starts?
Consider the following scenario: we have serializable object let's call it SessionData
which we put into the session. Then we make change on SessionData property, for instance
sessionData.setName("new name");
Of course the code above will not trigger replication immediately, but will the
sessionData object be replicated after some period of time or we need to call
session.setAttribute() explicitly?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115006#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...