We encounter strange phenomena in our production environment, every few hours the application starts all users, ending their sessions with Session_End and fires the Application_End event. In our journal, all user sessions are closed at the same mill-second. We encountered this problem in our test environment, but only in rare cases, and we could not duplicate it. Everything else seems fine, another application running on this server works great, there is no memory leak or excessive CPU usage. The application is based on ExtJS version 3.3, NHibnernate 3.2, and ASP.NET 4.0. This is not like a Timeout error, some of the users worked just a few minutes before the end of the session. Has anyone encountered similar problems?
source share