Is Domainobject class supported in external java application?

Hello,

3dspace login has been performed successfully using CAS login for 3dspace service.

Businessobject APIs works fine with the context created using above login details.

While using domainobject class in external java application, below exception occurs


Caused by: com.matrixone.jdl.HttpException: Bad Set-Cookie header: JSESSIONID=47241BCE072374344F1B91F8F784DE0E; Path=/3dpassport; Secure; HttpOnly; SameSite=None, afs=60392463-6fb9-4de2-8ab5-1745b67a5342; Expires=Sun, 19-Sep-2032 05:15:19 GMT; Path=/; Secure; HttpOnly; SameSite=None Header targets a different path, found "/3dpassport" for "/3dspace/servlet/MatrixXMLServlet"

               at com.matrixone.jdl.Cookie.parse(Cookie.java:890)

               at com.matrixone.jdl.Cookie.parse(Cookie.java:657)

               at com.matrixone.jdl.MatrixXMLSession.parseCookies(MatrixXMLSession.java:202)

               at com.matrixone.jdl.MatrixXMLSession.post(MatrixXMLSession.java:185)

               at com.matrixone.jdl.MatrixXMLSerializable.reset(MatrixXMLSerializable.java:67)

               at com.matrixone.jdl.xml.bosContextImpl.reset(bosContextImpl.java:465)

               at matrix.db.Context.setContext(Context.java:1348)

               ... 7 more


Can someone please help on this?

​​​​​​​Is this technically supported?