If want to store my web application session to different storage, because one every new request user might use different node, is it possible to override default container session storage?
If want to store my web application session to different storage, because one every
Share
You do not need to overrride anything. It should come with the server you are using. You need to look at “Session replication”. In clustering environments, the app server can be configured to replicate session across nodes.
You will need to check documentation of the app server you are using to figure out how this can be enabled.