KeepAliveAction Method



 
The KeepAliveAction method resets the internal idle timer counter.


Syntax

    SiteKiosk.Dialup.KeepAliveAction()
Return Value
    None.
Remarks
    The idle time after which the connection will be closed automatically can be configured in the SiteKiosk configuration.
Examples
    The following example resets the idle time.

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

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

Back to top