Forum Discussion
MDPF52_180608
Nimbostratus
May 26, 2015APM User Session - Logout Problem
Hello Community,
I'm facing a problem with a web application secured with APM.
I have configured the logout URI in the Access policy (/logout.html) then i have applied an iRule in order to ...
Walter_Kacynski
Cirrostratus
May 26, 2015Instead, I would use:
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] equals "/logout.html" } {
ACCESS::respond 302 Location "https://[HTTP::host]/vdesk/hangup.php3" Connection close
}
}The purpose of the logout option on the access policy is to display the page from a backend server as a friendly logout page. So, if this page does not exist in your pool member then you probably got the reset message. In this iRule example you code a custom page that simply re-directs to the default product supplied page. I like to use this approach so that applications can be coded with this friendly name and we can easily add/remove logic for logout processing.
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