Hi,
I seem to be finding mixed information about load balancing serveral web servers and configuring session state.
Ideally I'd like to be able to use round robin load balancing.
So my question is if I set up a dedicated state server to be used by all the web servers in my farm, will a user switching between servers force them to lose their session?
If so, can anyone suggest a custom session state provider that overcomes this issue?