I was able to successfully get another session for other docbases based on authenticated credentials in selected docbase for the Login component (in Login.handleSuccess()). Now I need help in using this session to open up a cabinet and display it in browsertree upon login.
So the question/s I am trying to ask:
- Once I’ve gotten the session for other docbase/s how to open browsertree for the other docbase upon login?
- How do I use Authenticate (which extends Login and is called when using “Add Repository” feature) here where I have gotten the session for the other docbase already, just need to open up the repository (cabinet)?