Hi!

We have random cases where our users experience timeouts in our webapp. It really is intermittent, it can be at any time, for anything. Like clicking a button, switching tabs in a view, saving some data or anything else.
What happens is that the session hangs on the server, which we can see in WebApp Admin, and then it times out after 2 minutes and the user can start working again (the action they did is not executed so they have to do it again - click the button or something - and now it works fine).

For each call that we make to the server, we lookup data in a table to set some properties etc, other than that, the calls are not doing anything special.

I can see in webapp admin how many client messages and server messages the call has made. I would love to be able to see what was the last one, which would give me some sort of indication as to what is hanging.


So, my question is, how do I debug this best? Any ideas?

Thanks in advance