Back to product page

SessionTimeout property


Defines period after which the current session will expire.

Type

Integer

Syntax

  • C#
  • VB.NET
Int32 SessionTimeout {get; set; };

Property SessionTimeout As Int32

Remarks

Specifying this property tells wodWebServer.NET after which period (in seconds) will current session expire. When session expires, all session variables will be cleared and connected user will need to start new session.

Platforms

Windows