Skip to main content

Enabling Sessions

Enabling Sessions

In order to use InterSystems IRIS support for SOAP sessions, you must be using an InterSystems IRIS web service.

  • If the web client is based on InterSystems IRIS, only one step is needed to enable SOAP session support. In your web service class, set the SOAPSESSION parameter equal to 1.

  • If you are using a third-party tool to create the web client, you are responsible for detecting the InterSystems IRIS SOAP session header element in the initial response and ensuring that the web client includes this header element in all requests during the life of the session. This header element has the following format:

    <csp:CSPCHD xmlns:csp="https://www.intersystems.com/SOAPheaders"><id>value of CSPCHD token</id></csp:CSPCHD> 
FeedbackOpens in a new tab