Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.13-core , 2.0.0-beta-1
-
None
-
None
Description
In order for servlet engines to know which Session attributes to fail over at the end of the request, the Session tracks which attributes have had puts or removes performed on them. This means that in order to be failed over, any change to an object tree rooted in a Session attribute must dirty the session attribute by the end of the request. There are bugs in both the TokenCache and SessionChangeManager where they don't do this in all cases