Was wondering if the number of active user sessions is logged anywhere? I know that in system.csv there is an active sessions metrics captured, but that's active application sessions, which is not 1 to 1 with active users. I could look into the login audit log, but this doesn't capture log out, so I'm really at a loss on how to answer the question "How many active users were in the system at noon?".
Any thoughts on this? Is there a log file where this is captured? Or can this be derived from other data that is logged?
Discussion posts and replies are publicly visible
Hi,
Is there a way to retrieve this information?
Thanks
AFAIK there is nothing more than described here. What is your goal?
We've had issues with a TEST environment due to large number of sessions being open, we want to know which users had caused the issue.
I assume that each new session creates a new line in the login audit file. Did you check that?