I have a web application written using spring on a mooring server. due to load balancing, I have to replicate http sessions and spring security context on web servers.
Can someone point me to a working example of how to make this possible?
mvc controllers are part of spring-security-oauth2, so I have limited ability to influence them, and the berth is a prerequisite for our environment. for most of the data and caching we will use infinispan.
I could not find current information on how tu-cluster is from spring, so I am grateful for every help.
Laures
source share