Gain session info on a user

0
I was wondering how I could gain session info on a user.  I am trying to find out:  UserAgent  Browser  Browser Version  UserIP  ApplicationName  Viewport_Width  ViewPort_Height  Screen_Width  Screen_Height  PlatformName  PlatformVersion
asked
1 answers
2

“As of Mendix 7.12 you have full access to the http request and response objects through a java api. This should enable you to access most of the information you need. For ease of use you can create a custom java action so you can easily access this information from a microflow. See: https://docs.mendix.com/releasenotes/desktop-modeler/7.12#features” – source Andrej Koelewijn

 

Or check: https://appstore.home.mendix.com/link/app/106768/

answered