7 references to MAX_CACHE_BASED_TIMEOUT_MINUTES
System.Web (7)
Configuration\SessionStateSection.cs (1)
510
if (elem.Timeout.TotalMinutes > SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
&&
State\InProcStateClientManager.cs (2)
260
Debug.Assert(item.Timeout <= SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
, "item.Timeout <= SessionStateModule.MAX_CACHE_BASED_TIMEOUT_MINUTES");
366
Debug.Assert(timeout <= SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
, "item.Timeout <= SessionStateModule.MAX_CACHE_BASED_TIMEOUT_MINUTES");
State\OutOfProcStateClientManager.cs (2)
272
Debug.Assert(timeout <= SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
, "item.Timeout <= SessionStateModule.MAX_CACHE_BASED_TIMEOUT_MINUTES");
623
Debug.Assert(timeout <= SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
, "item.Timeout <= SessionStateModule.MAX_CACHE_BASED_TIMEOUT_MINUTES");
State\SessionStateContainer.cs (1)
100
if (value > SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
&&
State\StateRuntime.cs (1)
547
if (timeoutMinutes > SessionStateModule.
MAX_CACHE_BASED_TIMEOUT_MINUTES
) {