keepAlive attribute
Specifies whether the session should be kept alive.
Content Type
Parent
Remarks
By default, DataMiner supports HTTP keep-alive, also known as HTTP connection reuse.
The keepAlive attribute of a Session can be set to true or false:
- If set to "false" (default setting), DataMiner will open the session, execute all requests and close the session.
- If set to "true", DataMiner will leave the session open from the first request until the element stops.
Note
In legacy protocols, this option is disabled by default.
Examples
<Session id="1" keepAlive="true">