Session Stickiness Lost For SSL Requests Between OHS and WebLogic in FMW 11.1.1.2
(Doc ID 1614023.1)
Last updated on AUGUST 10, 2023
Applies to:
Oracle HTTP Server - Version 11.1.1.2.0 to 11.1.1.2.0 [Release Oracle11g]Information in this document applies to any platform.
Symptoms
- Architecture is as follows:
Load Balancer -> 2 x Oracle HTTP Server (OHS) -> Weblogic Server (WLS) Cluster
- Session stickiness is lost when mod_wl_ohs is trying to forward https requests to the WLS Cluster
- Bypassing the load balancer and requesting directly to OHS shows the same behaviour
- OHS/mod_wl_ohs is routing https requests in a round-robin manner to the WLS servers at the backend
- Mod_wl_ohs is not honoring the session stickiness and hence first request goes to first JVM, second request from same client goes to second JVM, third request to first jvm, and so on.
- This is only seen for HTTPS requests. For http requests the plugin is routing request based on the JVMID received as part of the JSESSIONID cookie. But for https request it is not routing based on that.
Cause
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
Symptoms |
Cause |
Solution |
References |