A
aestrada
Guest
Hey! JSDOSession.login() and logout() are deprecated as of 4.4 (and will probably be removed in 4.5) so I tried replicating this using the new API. Here are the steps I used to test this out: 1. Create an AuthenticationProvider 2. Log in with the AP 3. Create the JSDOSession and call addCatalog() 4. Create a JSDO and call fill() 5. Create another JSDOSession and call addCatalog() 6. Create another JSDO and call fill() And I don't seem to be stumbling on this issue. I just want to clarify, is this with JSDOSession.login() and .logout()?
Continue reading...
Continue reading...