We are trying to get the Session object by using session id with the following constructor.
WOSession session = new WOSession(sessionID);
Is this code will get the existing session or else it will create a new session with that id. If it creates a new session we will have 2 sessions with the same sesion ID.
So please let me know, how to get the existing session by using sessionID?