Forum Discussion
APM sso cookie caching issue
HTTP::cookie remove MRHSession
ACCESS::session remove
https://clouddocs.f5.com/api/irules/ACCESS__session.html
for reference
when HTTP_REQUEST {
if {[HTTP::path] contains "/public" } {
HTTP::cookie remove "LastMRH_Session"
HTTP::cookie remove "MRHSession"
}
}
for reference
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") && [HTTP::cookie exists MRHSession ] && [ACCESS::session exists [HTTP::cookie value MRHSession]] }{
HTTP::redirect "https://[HTTP::host]/vdesk/webtop.eui?webtop=/Common/dfw_vpn_webtop&webtop_type=webtop_full"
} elseif { [HTTP::cookie exists MRHSession] } {
HTTP::cookie remove MRHSession
}
}
************************************
Recent Discussions
Related Content
* 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