UpdateInterval Property



 
The UpdateInterval property contains the update interval.


Syntax

    SiteCafe.Server.Config.UpdateInterval [=long]
    
Possible Values
    Long value that specifies or retrieves the interval.

    The property is read/write.
Remarks
    By default, the update interval is 5 seconds.
    This means that the user could be able to surf up to 5 seconds longer than he is allowed to.

    The update interval can be increased/decreased if the server is slow/fast.
Examples
    The following example displays the update interval.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Config.UpdateInterval);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top