Description
-
Timeout value, in seconds.
Property type
-
An Integer value.
Syntax
-
object.Timeout [= value]
The Timeout Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodWebServer. |
| value |
An Integer value. |
Remarks
-
Timeout value specifies how many seconds must pass
without any activity between the client and wodWebServer
server before wodWebServer will disconnect user due to
inactivity. Autodisconnection is a measure of protection so
there are no 'ghost' connections made between
server and any open connections. If you don't want
autodisconnections to occur, set Timeout property to 0.
Timeout can be changed at any time, and it will immediately
affect all connected users.
|