Query in Audit log for user logout

Dear all,

Our user want to have the data for how many usage time on smart client include all action. We have try the sample with following linkhttp://download.milestonesys.com/MIPSDK/Samples/LogRead.zip

,but found that none of user logout information.

Please advance how could we calculate the user usage total time with login and logout time, thx.

KennethT

The Smart Client do not log to the audit log when the user logs out. If you want to monitor that you will have to make a Smart Client plugin that will log to the audit log on logout. Please check the “Log message to Server” sample (https://doc.developer.milestonesys.com/html/index.html?base=samples/logmessagetoserver.html&tree=tree_2.html) for an example of how to log to the server.