Requests hanging on Session module on IIS 7.5
From time to time, some requests on my website starts to hang on the RequestAcquireState state of the Session module. When that spiral begins all requests timeout and we need to restart the IIS on the affected server. I investigated it a lot and the only conclusion I got is that somehow a deadlock is happening while the application tries to access user data stored in Session. The only option I can think of to fix this issue is to either reduce or stop using Sessions in my application. This is definetely part of the plan, but it will take a while before we can complete that. We run 6 machines