Skip to main content
1-Visitor
June 22, 2020
Solved

is possible to monitor user time

  • June 22, 2020
  • 1 reply
  • 1034 views

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

Best answer by PaiChung

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.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
June 23, 2020

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.

1-Visitor
July 1, 2020

Thanks @PaiChung 

 

I will try do it.

 

Regards,

Leonardo