I have LoadBalanced WebServers in .Net. When a user logs in into the website, we are not sure if his next request goes to the same webserver. So will storing asp.net session in SqlServer DB solve the issue of recognizing the user when request switches between servers .
Asked
Active
Viewed 18 times
0
-
In IIS Application request routing, there was a property called Client affinity. Then it will promise same client always get routed to the same server. – Jokies Ding Jul 10 '20 at 03:00
1 Answers
0
As per below link, OutProc session is suitable for Load balanced servers. https://www.c-sharpcorner.com/forums/inproc-session-state-out-proc-session-state-in-asp-net

user13727833
- 13
- 5