DFC 6.7 - IDfSession.getId() - Output value
Hello , We have a java program that is deployed in three different environments - A , B and C. The java program uses dfc and has a session listener to output the session id of the created session everytime a new session is created as shown below. class listener{ .. .. public void onSessionCreate(IDfSession sess) throws…