Forum Discussion
JasonL
10 years agoLithium Alumni (Retired)
hi nickz ,
I don't think it is correct to call the class method directly like this:
LithiumSSOClient.writeLithiumCookie(ssoId, login, loginUser.getEmail(), chatParms, request, response);
Believe you have to getInstance(), which requires sso key, etc, and then invoke the writeLithiumCookie method of that instance. Something like this:
LithiumSSOClient ssoClient=LithiumSSOClient.getInstance(ssoKey.getRaw(), clientId, clientDomain, serverId); .... ssoClient.writeLithiumCookie(...)
Hope that helps ... otherwise, kindly log a Support ticket and provide details of your coding
Related Content
- 7 years ago