Session element
Specifies the ID of an HTTP session to be included in the group.
Type
Parent
Attributes
Name | Type | Required | Description |
---|---|---|---|
connection | unsignedInt | If you want to execute only a specific connection within a certain session, then use the connection attribute to specify the connection. | |
next | unsignedInt | Specifies the number of milliseconds DataMiner has to wait after having received the response of the last executed session before executing the next session. |
Examples
<Group id="8">
<Content>
<Session>8</Session>
</Content>
</Group>