Inserts user into table Chat_OnlineSupport. If user is already logged into support, it returns existing token. Otherwise it generates new token and returns it.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteID
- Type: System Int32
User will be logged into support on this site
- chatUserID
- Type: System Int32
User to enter support
Return Value
Type: StringLogin token which should be stored in cookies
See Also