Forum Discussion

JFC_377076's avatar
JFC_377076
Icon for Altocumulus rankAltocumulus
Feb 14, 2019

webportal and Continue where i left off chrome option

Hi!

 

On a web portal accesss (F5 APM), we have the problem with " Continue where i left off " option. I found this thread which explain well the problem : https://devcentral.f5.com/questions/chrome-browser-not-deleting-apm-authentication-cookies

 

But i would like to know if you know what can I do to mitigate this problem ? I try to use an irule with IP::idle_tiemout or TCP::Idle_timeout but nothing work.

 

exemple of the problem: - Start a web portal session : Continue where i left off - activate the chrome "option" - reboot computer - when it runs, i can continue to access my web sites through the portal without authenticate.

 

what I would like: - if a user close the browser with this option, it could end the session (keepalive ?)

 

thx

 

  • Hello JFC,

     

    In the doc you linked, the issue seemed to be that Chrome was not deleting the APM session cookie. The first thing I can think of for an iRule solution would be to delete the session cookie using "HTTP::cookie remove." You could perform a check to see what browser the client is using and if they're using Chrome delete the session cookie.