Forum Discussion
APM sso cookie caching issue
Hi Sajid
I have seen this irules earlier , my concern is what is the best way to avoid using existing APM session cookie , i am not concern for SSO , user needs re authenticate every time if they close the browser
so what is the best way forward here
- boneyardAug 13, 2019MVP
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?
- SnlAug 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]" } }
- boneyardAug 18, 2019MVP
on first glance it seems it will. but the best way to find out is to try, in a test setup would be best.
- SnlAug 19, 2019Cirrostratus
Thanks Boneyard, will test n let n know
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