I am working on a large enterprise application that has many hibernation calls to the database. I want to keep track of which session is open and which is closed.
So, there is something in sleep mode, we can get a unique identifier for this session or something else. The basic idea is to track session runtime. I checked a lot of profilers, but did not give the correct output.
source share