]
Paul Ferraro updated WFLY-6522:
-------------------------------
Issue Type: Bug (was: Feature Request)
Improve support for mutable session variables with non-tx session
cache
-----------------------------------------------------------------------
Key: WFLY-6522
URL:
https://issues.jboss.org/browse/WFLY-6522
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.1.0.Final
Currently, mutable session attributes require a transactional cache configuration in
order to replicate properly. To support non-tx caches, we can record which mutable
session attributes were accessed on a given session and re-set them at the end of the
request.