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 ...
stan_piron
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.
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