Hello,I am logging in users via the Repository.login method which returns me a JCR session. How do I bind this new authorized session so that if I call currentNode.getSession() it returns me the authorized one and not the anonymous one from before?
Or do I have to store the JCR session in an HTTP session?
Thanks - Josh
