Track User Behavior - Login/Logout & Actions

0
Hello Mendix Community,   I need assistance with implementing user behavior tracking in my Mendix application. Specifically, I want to record: Login and logout dates Actions performed Device information such as IP addresses I understand that the Administration Module allows me to view the last login date. However, I am unsure how to approach the other requirements.   Does anyone have experience or knowledge on how to implement these features in Mendix?   Any guidance would be greatly appreciated.   Kind Regards, George
asked
1 answers
1

Hi George,

 

The audit trail module might offer some functionalities that you require.

https://docs.mendix.com/appstore/modules/audit-trail/

 

At the Emixa commons (formerly known as Appronto commons) is a Java action which retrieves the IP address of an user

https://marketplace.mendix.com/link/component/993

 

Side note: you might want to add some extra security measurements for storing information such as IP addresses.

 

Good luck.

 

Thijs

answered