Hi, the docs say that the Load Balancing of web servers behind the firewall is round-robin and/or least used conn.
I need to know if the load balancing is stateful... if a user session is started on one server, will it be maintained on that server or will it randomly hit any server with each new http request?
I assume the connection tracking features would be able to achieve this, but it is not explained in the docs.
Thanks,
Barry
This thread was automatically locked due to age.