21-Mar-2020 20:01
Does anyone know if its possible and how to display session variables in the APM Webtop header? For example, can we add the session variable such as "session.ad.last.attr.givenName" using "expr {[mcget {session.ad.last.attr.givenName}]}" to the header text?
Eg: Welcome "expr {[mcget {session.ad.last.attr.givenName}]}" using IP address "expr {[mcget {session.user.clientip}]}" to the corporate remote access portal"
Thank you
Solved! Go to Solution.
23-Mar-2020 09:17
23-Mar-2020 09:17
Yes, that's possible. See screenshot below.
23-Mar-2020 15:10
Arrghhh nice one Niels, I was using mcget whereas that was not required. Thank you for taking the time to reply to my question, much appreciated.