I have googled and see in many articles saying that when using more than one worker process there is a small issue related to the session handler of asp.net. I am new in web programming, and I do not understand it... Could someone explain it in an easy understandable way?
I have deployed an asp.net mvc application on IIS. In order to use it, user is required to log in, also once logged in, there are places where user is required to log in again (Yes, I know, using SSO no need to log in again but it is not implemented yet). So taking into account this, if I set more than one worker process for the application pool, what can happen? It is going to stop working? This is what most articles is referring when talking about session handler?