Client machine identification

3
Is there any mechanism in mendix to get the client machine identification like machine name or IP address?
asked
1 answers
1

The current API doesn't support this. The only way that you can see which client machine logs in is by checking the logs (every login action triggers a log message which notes the IP address from which the login action was triggered)

May I ask why you want this information? Usually, when you want to uniquely identify users, the User metaobject is sufficient.

answered