Reset Method
The Reset method resets the valid status of the last session.
Syntax
SiteKiosk.Plugins("SiteCash").LastSessionInfo.Reset()
|
Return Value
Remarks
Examples
The following example resets the valid status of the last session.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Plugins("SiteCash").LastSessionInfo.Reset();
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top