Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi everyone,
I would like to know if is possible I to monitor the time that some user is on line on my dashboard.
Regards
Solved! Go to Solution.
I think if you change the log settings you should be able to get messages for session start and expire.
If that isn't quite possible, you can at minimum capture a user logging in by just running a service and then with a timer you can monitor active sessions.
I think if you change the log settings you should be able to get messages for session start and expire.
If that isn't quite possible, you can at minimum capture a user logging in by just running a service and then with a timer you can monitor active sessions.