Forum Discussion
Erik
Nimbostratus
Nov 03, 2016iframe problem
We have a web portal that allow the user to start an authentication process. That again start a frame that contains different authentication selections.Username/password, OTP, BankID... By selecting ...
Stanislas_Piro2
Cumulonimbus
Nov 03, 2016Hi,
in your authentication method page, execute the following javascript to request logout (even if there is no session)
function closeIt()
{
var req = new XMLHttpRequest();
req.open("GET", "/vdesk/hangup.php3", false); // false
req.send();
}
window.onload = closeIt;
each time the user will request this page, the session will be closed.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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