Loadbalancing with different cookie - Oracle Weblogic Server 1.1 for Apache
Hi,
I'm using an Apache 2.2 with Oracle Weblogic Server 1.1 plug-in for load balancing a back-end Oracle Weblogic Server.
As it's reported in the official documentation, it's possible to specify a different name of the balancing cookie, with "WLCookieName" parameter. I don't understand if the ""WLCookieName" must always be a WebLogic cookie, or could be a generic cookie with custom values.
Example:
I have an application "helloword" deployed on four Weblogic instances, that generates a cookie named "myapp", which value depends on the instance:
- Application "helloword" on instance 1 generates a "myapp" cookie with value "application_cookie_1"
- Application "helloword" on instance 2 generates a "myapp" cookie with value "application_cookie_2"
0