Forum Discussion

speedbird_86757's avatar
speedbird_86757
Icon for Nimbostratus rankNimbostratus
Mar 20, 2014

APM VPE: Matching multiple values against a session variable

Within APM 11.4.0, I'm using an expression to check if the user's domain matches a value with the syntax:   expr { [string tolower [mcget {session.logon.last.domain}]] equals "domain.com" }   I...