Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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 connect...
Hi All:I need to load balance 2 different web servers using sticky connections on a LocalDirector 416.I need to use cookie-passive mode, which of course relies on a cookie set by the web server.Problem: The name of the session cookie is different on...
On the LocalDirector 416 Load Balancer, if you type the "show connections" command, it lists the different types of connections that are currently being used, and the maximum number of each type that have ever been used at one time. Examples of type...
Hi:I have a LocalDirector 416 running Version 4.2.3I am trying to setup a sticky connection using cookie-passive mode without any luck. First off, I don't understand from looking at the documentation, what the final parameter is used for when config...
Is the mapping created on the entire name-value pair of the cookie, or just on the value?I tried leaving the "name" parameter to the sticky command blank, but it didn't allow that for cookie-passive (it did for cookie-insert, because then it used a d...