Skip to content

Commit 7fb1ed0

Browse files
committed
X-Client-Session-Id
1 parent 24694d3 commit 7fb1ed0

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/io/rest

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/io/rest/Resource.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ qx.Class.define("osparc.io.rest.Resource", {
3434
}, {
3535
key: "X-Simcore-Products-Name",
3636
value: qx.core.Environment.get("product.name")
37+
}, {
38+
key: "X-Client-Session-Id",
39+
value: osparc.utils.Utils.getClientSessionID()
3740
}];
3841

3942
if (this.AUTHENTICATION !== undefined && this.AUTHENTICATION !== null) {

0 commit comments

Comments
 (0)