Coherence For Http Session Replication Between Two WebLogic Clusters
(Doc ID 1948616.1)
Last updated on FEBRUARY 18, 2025
Applies to:
Oracle WebLogic Server - Version 10.3.6 and laterOracle Coherence - Version 3.7.1.11 and later
Information in this document applies to any platform.
Goal
Is it possible top preserve the session across multiple applications deployed to different clusters?
Environment:
- Configure 2 weblogic clusters clusters each with an application that uses the same http session.
- An Apache web server with the WebLogic plug-in is used as a load balancer in front of the two WebLogic Server clusters.
- Coherence*Web is used for http session management.
Scenario:
- Login to cluster1/app1 to create session
- Switch to cluster2/app2 - coherence web will get the session
- Switch back to cluster1/app1 - it's possible for the user to go to another jvm that does not have the session - coherence web will get the session - but you can get the user sessions on several of the jvms
- Switch back to cluster2/apps - its possible for the user to go to another jvm that does not have the session - coherence web will get the session - but u can get the user sessions on several of the jvms
The JSESSION primary jvm is only preserved when the user stays in the same cluster/app
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Environment: |
Scenario: |
Solution |
References |