Hello Experts,
That is how we get a DFC session,
SessionManager.setIdentity(LoginInfo, DocbaseName);
then again
SessionManager.getSession(DocbaseName);
can some one explain me what is the point of passing the docbase name in two places. Would not either of them be enough?
Thanks in advance