Forum Discussion
Martin_Robbins
Nimbostratus
May 12, 2014APM sign out using Outlook web app 2013
Hello,
In older versions of outlook we have intercepted the Log Out/Sign Out call to also close the APM session for the user in Outlook Webmail.
With Outlook 2013 the Sign out option just c...
kunjan
Nimbostratus
May 12, 2014See if the following iRule helps in place of the one configured on the GUI, which also cannot specify a wild char for SignOut.aspx URL.
when HTTP_REQUEST {
if {[HTTP::uri] contains "SignOut.aspx" } {
set KO 1
}
}
when CLIENT_CLOSED {
if {[info exists KO]} {
ACCESS::session remove
unset KO
}
}
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