Hi,
We have deployed an application in ASP.NET Core and hosted it in IIS (Version 10.0). I want to use multiple worker process for using that pool. I have set 10 as maximum worker process. But the problem is after setting worker process to 10 my application is logging off frequently and don't allow to login. I'm not using in-proc session mode. I'm saving session in cookies.