I am load balancing several IIS Web Servers. The servers do NOT all have the same NAME for their session id cookie. Microsoft tacks on random characters after ASPSESSIONID (eg. ASPSESSIONIDQGQGRHAC).
This is causing a problem, because I want connections to stick based on the session id cookie, but I have to give the name of the cookie to the sticky command. Is there some sort of wildcard character I can use when specifying the cookie's name in the sticky command? I've tried ASPSESSIONID* but it didn't work.
There must be a way to do this. Any help, as always, is greatly appreciated.
craig