The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LocalServiceSecuritySettings::MaxCachedCookies Property
.NET Framework (current version)
Gets or sets the maximum number of SecurityContextSecurityTokens that the service allows to cache at once.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Int32The maximum number of secure conversation cookies that can be cached by the service. When this limit is reached the service removes the oldest cached secure conversation cookies to make room for new secure conversation cookies. The default is 1000.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The property is set to a value less than 0. |
.NET Framework
Available since 3.0
Available since 3.0
Show: