I have an ASP.NET 4.x MVC application which is hosted on our local Windows 2019 Server on IIS Express.
In web.config file session timeout is configured for 8 hours (Session mode in process). Which means if a user logins he shoud remain logged in for 8 hours, but this is not happening. End users who are using this application on local network, they get logout just after few minutes and they have to log in again and again.
I have even configured this time on IIS settings but still no success.
Anything I am missing?