I need to write code to react when somebody logs onto a View VM (from a Zero client or View Client).
It has got to be from the server side (on the connection server or composer for example).
Ultimately I need the IP and/or MAC Address of the calling device.
I looked in the Composer SQL DB, View Event SQL, Windows Event log on the Composer/Connection Server machine, Adam on Connection server and finally the VDM logs.. The VDM logs tell me the user name ... that's it.
I know this info is available in the volatile_env and env_variables on the VM itself but I need to extract it from a reliable source the user can't modify. So it has got to come from the servers... not from the VM.
Is this info avalaible at any moment on the view infrastructure ? In a log ? in a DB ? through an API ?
Eric