Let's say that I have a server named 'friday' in my backend, and it has "cookie friday" on the server line. Let's also say that the web server sets the JSESSIONID with that server name in it, like this:
JSESSIONID=6ED8B9D4544820B2C073579E17BF3A67.friday If I use "cookie JSESSIONID" in the backend config, will that see the cookie value in the cookie set by the server and send additional requests to that specific server? If that will work right, I was thinking of using "cookie JSESSIONID indirect preserve" ... would that be a reasonable config? I'm having a hard time figuring out from the documentation exactly what happens when the various options are combined. Thanks, Shawn

