Forum Post: how to get clientContextId from Rest backend in javascript client

  • Thread starter Thread starter Akioma
  • Start date Start date
Status
Not open for further replies.
A

Akioma

Guest
Hi all, I have a browser based app using javascript and a Webspeed backend (11.4). In the webspeed backend we establish a sessionId which is stored in the DB an reestablished for each client call. Now I have an additional connection to a REST backend for accessing BusinessEntities through a generic Rest Service Interface using the JSDO in the javascript client. This works fine, and I have managed to setup form-oerealm security in the backend to use our application security. To synchronise this session with the webspeed session I want to use the progress.session.clientContextId and pass it to our webspeed broker. The problem is: The progress.session.clientContextId is always null in the brower, although the connection is made. In the ABL Session when I access SESSION:CURRENT-REQUEST-INFO:ClientContextId it correctly shows me an Id for each connected client. I assume that I have to set some additional properties in the spring settings, but have not idea where to start... any help greatly appreciated! thanks, Mike

Continue reading...
 
Status
Not open for further replies.
Back
Top