Table of Contents

ignoreTimeout attribute

If the HTTP connection should ignore timeout for this session, set this attribute to true.

Content Type

EnumTrueFalse

Parent

Session

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.

Feature introduced in DataMiner 9.0.2 (RN 12542).

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>