Retrieve session information of a already logged session in DNG
We have the following situation where the user logs in the DNG web application and uses our custom made widget (Open Social Gadget).
<o:p> </o:p>
Our custom made widget uses mostly the JavaScript API : https://jazz.net/wiki/bin/view/Main/RMExtensionsAPI702#MoveUpdate, but because of the limitations of this API <o:p> </o:p>
we also have the need to use the OSLC API in order to have some actions performed. We have our small backend only for the OSLC API calls which is not on the DNG server and it uses a different domain. <o:p> </o:p>
In order to make a call to OSLC API we need again the username and password of the user. We would like to avoid requesting from the user the username and password again. <o:p> </o:p>
<o:p> </o:p>
Is there a way to automatically retrieve (using a script or a request) the already created session ID (JSESSIONID,LtpaToken2,…) from the DNG web application in order to reuse it in our backend for the OSLC API calls ?
Thank you.
<o:p> </o:p>
Accepted answer
Hi
One other answer
Here my 2 cents.