In This Topic

Timeout Property (DocuVieware)

In This Topic
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.
Syntax
'Declaration
 
Public Property Timeout As Integer
public int Timeout {get; set;}
Remarks
Use -1 to use the same timeout as the asp.net session state, otherwise a value superior or equal to 1 is required. Default value is 20 minutes.
See Also