TerminateSession Method



 
The TerminateSession method terminates the session.


Syntax

    SiteKiosk.Plugins("SiteCash").TerminateSession()
    
Return Value
    None.
Remarks
    Remaining credit will not be returned. Use the Logoff method instead to return remaining money.
Examples
    The following example terminates the session.

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

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

Back to top