SessionIndex Property
The SessionIndex property contains the session index.
Syntax
[long=] SiteCafe.Server.Chat.SessionIndex
|
Possible Values
Long value that retrieves the index.
|
The property is read only.
Remarks
Examples
The following example displays the session index number.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Chat.SessionIndex);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top