SessionTimeout

Specifies the timeout for processing the request and sending the response, in milliseconds (ms).

Path

ServerSettings > SessionTimeout

Attributes

This element has no attributes.

Value

This value must be an unsigned integer. The default value is 1000. If you set SessionTimeout to 0, the timeout for processing the request and sending the response is not limited. See also the detailed information about setting the session timeout.

Example

The following is an example of this element.

<SessionTimeout>1000</SessionTimeout>

Page top