LogoffWindows Method



 
The LogoffWindows method terminates SiteKiosk and logs out the current user.


Syntax

    SiteKiosk.LogoffWindows()
Return Value
    None.
Remarks
    None.
Examples
    The following example terminates SiteKiosk and starts a new Windows login.

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

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

Back to top