Back to product page

Timeout property


Timeout value, in seconds.

Type

Integer

Syntax

  • Basic
object.Timeout [= value]
The Timeout(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueA 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.

Platforms

Windows