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 default value is used. For more information on setting the session timeout, see section "Setting the session timeout".
Example
The following is an example of this element.
<SessionTimeout>1000</SessionTimeout> |