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 .
问问题
13 次
1 回答
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
于 2020-07-10T05:13:46.160 回答