Gets or sets the length of time in milliseconds for caching HTTP sessions (default is 50000 = 50 seconds). Minimal allowed value is 5000.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Property HttpSessionCacheTimeout As Integer
	Get
	Set
C#
public int HttpSessionCacheTimeout { get; set; }

Field Value

The length of time, in milliseconds, for caching HTTP sessions.

Remarks

HTTP session cache is used for keep-alive connections.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also