I have a .NET Framework 4.7.2 web app running on IIS 10.0, and several users are reporting being kicked out of their sessions at about the same time every day. The users are still logged in when this happens, but they are sent to where they have to enter information specific to their current session.
I have the sessionState timeout set to 525600 (max value) in web.config, so I don't believe that's the issue.
Any ideas what may be causing this?