Forum Discussion
Is accessing session variables from per-request subroutine possible?
I hope you don't want to authenticate user in subroutine with password entered in per session policy!
If this is the requirement, authenticate the user in per session policy, but delete successful branch... with this, the variable session.radius.last.result will contain the authentication result.
then in subroutine, check if the authentication succeeded with a empty box and a branch expression :
expr { [mcget {session.radius.last.result}] == 1 }
Imagine if the user entered a one time password and browse the website before match subroutine condition, the password may have been expired when subroutine is evaluated.
Another behavior can be a password changed during this time (AD password, ...)
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com