Im having a hard time understanding how sessions are handled in ExB applications that have been exported from the developer edition
Im aware that if the application uses a protected resource a popup will appear prompting you to log in, however, if a user is already logged in the correspondant portal shouldnt it be logged into the application as well? If those are considered two different sessions , is there a way for them to share the same one?
Finally, i just want to say, the documentation for the SessionManager API is extremely bad, many many functions missing from the online API reference and the documentation in the dev edition release is full of spelling mistakes and bad english
@IkelosDev Thanks for your feedbacks!
"however, if a user is already logged in the correspondant portal shouldnt it be logged into the application as well? "
Yes it is. If you have logged in the portal, the credential should be shared with the application if on the same portal. If you are seeing not shared, it should be a bug. Could you share more details? Which version it is? And what is your reproduce case (steps).
Really sorry about the confusion of dev edition documentation. We would be appreciated if you can submit feedback directly from specific page of doc. There is a feedback button located at bottom of each page. You can give us any feedback about the content. We will try our best to improve the documentation and examples.