Forum Discussion
Alvin_94738
Nimbostratus
Aug 28, 2013Sharepoint 2013 APM Session Expiration
I would like that when a user logs out of the Sharepoint 2013 site the APM/LTM session is cleared. Instead the APM sessions remains so when the user goes back to the URL, they are not prompted to au...
mikeshimkus_111
Sep 06, 2016Historic F5 Account
Alvin, Eric, Stanislas, Brett:
Try assigning this iRule to the SharePoint virtual server (if you are using the iApp template, you can attach it with the iApp and you won't need to disable strictness like you would if you edited the logout URI list manually):
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "_layouts/15/signout.aspx" } {
ACCESS::session remove
HTTP::redirect https://[HTTP::header host]/vdesk/hangup.php3
}
}
eric_haupt1
Nimbostratus
Dec 28, 2016Stanislas, I like your solution and it works well for my deployment. Thanks.
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