Timeout Property
      
 

Description

Determines total number of seconds before user is disconnected for inactivity.

Property type

A Long value.  

Syntax

object.Timeout [= value]

The Timeout Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNUser.
valueA Long value.

Remarks

Timeout property defines how many seconds must pass with no traffic between wodVPN and the user, before wodVPN automatically disconnects him.

Internally, if user is on TCP channel, this value is set to 0 (never is disconnected). If user is on UDP channel, we set it to 60 seconds. You can change this setting to adjust it to your needs.