Unified Service Desk – Create Sessions from Custom hosted control

Hi, To create a customer from type of custom hosted control, You need to inherit the interface IContextManager. Oncee you implement it, It should give you few methods which will be needful if you are working with sessions. GenerateSessionName // This will generate the session name , Put your logic here RenewSession SetContext // sets the contextContinue reading “Unified Service Desk – Create Sessions from Custom hosted control”