Session replication

Session replication occurs when we replicate the information (ie session attributes) that are stored in your HttpSession. The container propagates the changes only when you call the setAttribute method. So mutating the objects in a session and without calling the setAttribute will not replicate the state change.