Reading remote client session name

I want to find a method or variable so i can determine the Remote Client session name. Similar to the environment variable gs_wsName I was hoping something exists for the remote client session. I know that the events in PHV tells me what remote session and user was responsible for setpoint changes and such. SO, I know the information exists somewhere, i just need the right script approach to access it. Thanks in advance.

Note, I don't want the user name. 

  • You can create a variable and animate to dvsys.thisuser/tsName.a_cv or just use the dvsys path where needed but would be better if using from multiple locations to reference User.gs_SessionName.CurrentValue for example.