ignoreTimeout attribute
If the HTTP connection should ignore timeout for this session, set this attribute to true.
Content Type
Parent
Remarks
Default value: false
When this attribute is set to true, a timeout alarm will not be generated for this session. Note, however, that the trigger after timeout will still go off.
This behavior is similar to the serial pair ignoreTimeout option.
Examples
<Session id="6" ignoreTimeout="true">
<Connection id="1">
<Request verb="GET" url="/403">
</Request>
<Response statusCode="100">
<Content pid="200"></Content>
</Response>
</Connection>
</Session>