HttpSettings.HttpSessionCacheTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
HttpSessionCacheTimeout
Gets or sets the length of time in milliseconds for caching HTTP sessions (default is 50000 = 50 seconds). Minimal allowed value is 5000.
Declaration
public int HttpSessionCacheTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The length of time, in milliseconds, for caching HTTP sessions. |
Remarks
HTTP session cache is used for keep-alive connections.