LoggedIn Property



 
The LoggedIn property indicates whether the user is logged in.


Syntax

    SiteCafe.Server.Chat.LoggedIn [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the status.

    The property is read/write.
Remarks
    None.
Examples
    The following example determines whether the user is logged in and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Chat.LoggedIn);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top