Sessions Object
The Sessions object handles the SiteCafe sessions.
Members Table
The following table lists the members provided by the Sessions object.
Remarks
This object is available through the object Server.
Use the Sessions object to handle the SiteCafe sessions.
Examples
The following example deletes the first SiteCafe session.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.Server.Sessions.Delete(1);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top