Valid Property
The Valid property indicates if a last session exists.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").LastSessionInfo.Valid
|
Possible Values
Boolean value that retrieves the valid status.
|
The property is read only.
Remarks
Examples
The following example shows the valid status in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").LastSessionInfo.Valid);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top