Forum Discussion
Snl
Aug 08, 2019Cirrostratus
APM sso cookie caching issue
Folks need some help , i have VS were using APM SSO for my jboss web application which working fine with kerberous SSO , the problem is this web doesnt hve logout option , user will close the bro...
boneyard
MVP
not quite sure what you are looking for now.
the best way to avoid using existing APM session cookies is to not send them from the browser. but if they still exist you have to get them deleted. does iRules can that do that.
what more are you looking for now?
Snl
Aug 14, 2019Cirrostratus
Hi Boneyard
does below irule will work ?
#fire irule before main SSO irule to remove last browser used apm session cookie for previous session
when HTTP_REQUEST priority 80 {
if { ([HTTP::uri] == "/") && [HTTP::cookie exists MRHSession ] && [ACCESS::session exists [HTTP::cookie value MRHSession]] }{
HTTP::cookie remove MRHSession }{
HTTP::redirect "https://log.abc.com[HTTP::uri]"
}
}
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