Forum Discussion
sameh_atef_2110
Cirrus
Sep 09, 2015APM session ended/timeout issue
Hi,
is there a way to prevent the default F5 webpages from appearing to users when session timeout or end maybe by redirecting them to another webpage or anything ?
Seth_Cooper
Employee
Mar 24, 2016Hi, Something like this might help you out.
when HTTP_REQUEST {
if {[HTTP::uri] contains "/vdesk/hangup.php3" }{
set logoff 1
} else {
set logoff 0
}
}
when HTTP_RESPONSE {
if { $logoff == 1 }{
HTTP::redirect https://new.redirect.com
}
}
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