11-15-2004 11:51 AM
I am trying to perform advanced cookie balancing with out pulling the cookie from the URL. The only cookie which is consistant is "ASP.NET_SessionId and it is not in the URL string.
Also, Can in parallel can I balance last connection? I need to set a round robin to keep site traffice balanced.
11-16-2004 08:34 AM
The command 'advanced-balance cookies' will accomplish your first request. You can find more information here:
Regarding your second request, if the CSS does not find a cookie in the client request, it will load balance using round robin (by default).
~Zach
11-16-2004 07:57 PM
Thank you for the link.
question? Can I also use the advanced-Balance Arrowhead-cookies ? and will I also need a keepalive:
!*******************KEEPALIVE*************************
keepalive IISsys01
type http
uri "/content.html"
ip address 192.168.1.125
active
keepalive IISsys02
type http
uri "/content.html"
ip address 192.168.1.165
active
keepalive IISweb01
type http
uri "/content.html"
ip address 172.25.4.1
active
keepalive IISweb02
type http
uri "/content.html"
ip address 172.25.4.3
active
********************************************
11-17-2004 06:08 AM
'advanced-balance arrowpoint cookie' functions differently in that the CSS actually *inserts* the cookie and redirects the request back to the same site (as opposed to just reading the server-provided client cookie).
Using keepalives is a good idea.
~Zach
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide