Hi All .. more questions ?
We have a web app that requires sticky sessions. We have to use IP as the marker.
The IP source has comes from a one-2-one NAT range that has a /16 mask.
The sticky config is currently
:
sticky ip-netmask 255.255.255.255 address source WEB_APP_GP
replicate sticky
serverfarm SERV_FARM
this seems to work so far,
Question: should this actually be
sticky ip-netmask 255.255.0.0 address source WEB_APP_GP
replicate sticky
serverfarm SERV_FARM
thanks again for help