Logout Method



 
The Logout method processes the logout actions configured in the SiteKiosk configuration.


Syntax

    SiteKiosk.Logout()
Return Value
    None.
Remarks
    Possible actions are deleting the temporary internet files and cookies and running the logout navigation script.
Examples
    The following example executes all logout actions.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Logout();
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top