Forum Discussion
amolari_4313
Nimbostratus
Mar 12, 2014logout URI
some threads about that already but they do not answer my question.
Because the APM function "logout URI" is an exact match "equals" and it doesn't fit my use-case, I need to write an iRule.
I've see...
John_Alam_45640
Mar 12, 2014Historic F5 Account
try inserting "*/SingOut.aspx" in the logout URI, just for the heck of it. see if it works. The "*" used to work at the end of the Start URI field.
Otherwise, the HTTP_REQUEST event should catch the URI and kill the session:
when HTTP_REQUEST {
if { [HTTP::path] ends_with "SingOut.aspx"} {
ACCESS::session remove
return
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
