Need to display the Login and Logout history of the users

0
Hi all, I need to display the past login and logout history of the users can anyone suggest the way to do it. Thanks in advance...
asked
1 answers
1

HI,

For Login time of the user can be found in the session object of the user. You can retrieve over association the Session_User and check date value.


For Logout,

https://forum.mendix.com/link/questions/101815

https://forum.mendix.com/link/questions/6759 look into this

answered