Hi ,
Unfortunately we have not found a solution yet. As of 8.1.7 we are still getting three different records for Login and Logout. For logout we can not determine which user has really logged out.
Just wanted to share a solution to how to audit/log user actions via perspective. An Ignition rep helped us out with this and I imagine some people may have a similar need/issue.
First thing was that registering perspective user login/logout does NOT work with the default audit database. You need to create your own audit table to do this, so we made a table named PERSPECTIVE_AUDIT_TABLE.
To register login/logout user events, in Designer go to Project->Session Events->Startup (or Shutdown).…
Hi @Yogini_Marathe I have solve the previous problem by using this post. You may refer to this post. Hope this post may help you. Thanks
@tohhy-pm17 , Thank you so much for sharing the solution. We will see how we could use such a solution in our use case.