I would like to know whether the PDMS system keeps a record of the time of all users log in and log out as well. If it does, how can i get that record?? For my purpose, i want to trace the log in and log out time of my user since 2 weeks ago, will that be possible??
Thanks in advance.
I haven't noticed PDMS keeps a record about the time of log in and out of a user but I guess you can track it through sessions in Admin module..
In backtrack changes menu (i think)
Appreciate your help qtcmimi :)
I tried your method. From the dbsession, i can get the time and the name of the user who update the database. But, i cannot trace users who did not update the model. For my task, i need to make a weekly record of all the users's log in and log out time. So i will have to record those user that log in but did not update the model also.
or maybe you can try this but it will only show the Time in though...
you go to dbsession then choose any session you like..
then go to Query>Project>User Status..
it shows the Date/Time in of the user for that session...
it's kinda long process but again I hope it helps... c",)
Thanks again, qtcmimi. Ya it helps.
So i will be able to get the log in time of the user. I will try to work on PML so that it will write the log in time of the user.
Appreaciate your help, thanks. :)