Delete Method
The Delete method deletes a session.
Syntax
SiteCafe.Server.Sessions.Delete(index)
|
Parameters
index |
Long value that specifies the session index. |
Return Value
Remarks
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