Forum Discussion
Julio_Navarro
Cirrostratus
Nov 19, 2015APM redirect for the session
Hello!
I am trying to make a redirect if the session is missing or lost when the client get the following message:
BIG-IP can not find session information in the request. This can happen because...
Stanislas_Piro2
Cumulonimbus
Nov 20, 2015F5 provided the answer here
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "/my.logout.php3?errorcode=19" }{
HTTP::redirect "/"
}
}
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