Hi,
So i'm pretty new to the CSS.
I've picked up a problem and need to verify how the sticky configuration works.
I've got two content rules as follows...
content HTTP
vip address 10.31.33.100
add service WEB01
add service WEB02
redundant-index 570
port 80
protocol tcp
advanced-balance sticky-srcip
url "//www.asdfghhjjkl.com/*"
active
content HTTPS
vip address 10.31.33.100
add service SSL.WEB01
add service SSL.WEB02
port 443
protocol tcp
url "/*"
redundant-index 970
application ssl
advanced-balance sticky-srcip
active
If a user were to navigate between 80 and 443 but based around the same VIP 10.31.33.100 but different content rules as per above, how would the sticky session apply? I would like a user to be stuck to a single web server regardless of which content rule they hit as per the above configuration.
Any ideas?
Cheers and much appreciated