Hello,
I created an HTML page that contains an iFrame with the logout link (https://servername/Forms/account/logoff). When this page loads in Explorer forms signs out normally, if is loads in Google Chrome it doesn't.
Appreciate your help.
<html>
<head>
</head>
<body>
<div>
<iframe id="frame" src="https://laserfiche-vm2019.lf.com/Forms/account/logoff">
</iframe>
</div>
</body>
</html>