Forum Discussion
Stephan09_87803
Nimbostratus
Dec 02, 2009Protected resource custom check
Hi all,
I'm using firepass version 6.0.3
Is it possible to use an advanced session variable in a protected resource check?
I have created an advanced session variable which returns "OHRA" in some circumstances. I've named the advanced session variable "Test"
I've then created a custom check in a protected resource as follows
session.asv.Test =="OHRA"
But it is not working.....
I've also tried
session.asv.Test ==OHRA
%session.asv.Test% ==OHRA
%session.asv.Test% =="OHRA"
I know that the variable is being evaluated and returns correctly because I followed a KB article and set the variable as the name of an application link - the variable is there plain as day on the screen as the name of the application link, yet when I use it in the protected resource check as above it fails the test.
Looking forward to hearing from anyone who can help with this one.
Stephan