SessionCount Property



 
The SessionCount property contains the number of sessions.


Syntax

    [long=] SiteKiosk.CDRecording.SessionCount
    
Possible Values
    Long value that retrieves the number of sessions.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of sessions in an alert window.

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

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

Back to top