Forum Discussion
Vinne73
Cirrus
Sep 25, 2018Chrome prefetch breaks APM sessions?
Hi,
We use Big-IP APM as a SAML SP for Shibboleth IdP. Our APM Policy is nothing too fancy. It's a multi-domain SSO.
The problem: we see a lot of /my.logout.php3?errorcode=21 in /var/log/lt...
Stanislas_Piro2
Cumulonimbus
Sep 25, 2018You can try this code:
when ACCESS_SESSION_STARTED {
if {[HTTP::header Purpose] equals "prefetch"} {
ACCESS::respond 403 -version "1.1" noserver "Connection" "Close"
ACCESS::session remove
return
}
}it will drop new session if the Purpose header value is prefetch
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
