I'm trying to understand how you make this kind of configuration work with KEMP with both requirements below.
Provide Sticky Sessions based on the JSESSIONID for both the following variants:
a.) Cookie-Based: The name of the cookie must be JSESSIONID
b.) URI-Based: The session id must be taken from the URI <PROT>://server:port/path;JSESSIONID=<yx> The JsessionID is enclosed between "=" and "?"
Example: http://server.name:8080/tcp/archive;jsessionid=C00A975234AB0F42C0CB51CE041FD379.node1?get&contRep
Thanks In Advance
- Don
2 comments