Hi Everyone,
I have been implementing an application using BO SDK in Java. I am creating BO Session using this code in the below ;
boSessionMgr = CrystalEnterprise.getSessionMgr(); | |
boEnterpriseSession = boSessionMgr.logon(userName, password, cmsName, authType); |
I need BO sessionID that i have connected in the code. But I couldn't find the SessionID of boSessionMgr. I have tried one method which is getSerializedSession() but this give me a different kind of SessionID.
Do you know how to get SessionID ?
I would be so grateful for your answers.
Sincerely,
Yakup Arslan