PerformSessionEndCloses Method



 
The PerformSessionEndCloses method commits the configured browser window checks and closes all SiteKiosk browser windows that normally will be closed when the screensaver becomes active or a session ends.


Syntax

    SiteKiosk.WindowList.PerformSessionEndCloses()
Return Value
    None.
Remarks
    Closing browser windows can not create pop ups when using this method.
Examples
    The following example will close all SiteKiosk windows except the main window.

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

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

Back to top