Forum Discussion
Internet Explorer Creditials Cache on APM _ Session Timeout
Hi,
I got this from support and thought it might be useful to post in here as they are saying it is a common problem on IE.
When IE authenticates using either NTLM or Kerberos it caches the authentication. Even when the Kerberos ticket expires (10hours default of AD) it still keeps the credentials. If the APM session times out, when it throws a 401 to challenge the client, it thinks it is still authenticated and decides the Kerberos or NTLM has failed and put's an auth box.
More info here
https://devcentral.f5.com/questions/access_session_closed-commands
My issue is the code sent, will put the browser to the / of the webserver.
Is there a way to read the initial uri from the client, issue the
void(document.execCommand('ClearAuthenticationCache'));Then send the client to the uri it was requesting in the first instance?
Thanks
when ACCESS_SESSION_STARTED {
if { [HTTP::header "Authorization"] ne "" } {
set vContent {
}
ACCESS::respond 200 content $vContent
ACCESS::session remove
unset vContent
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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