1 write to s_timeout
System.Web (1)
State\SessionStateModule.cs (1)
418s_timeout = (int)config.Timeout.TotalMinutes;
2 references to s_timeout
System.Web (2)
State\SessionStateModule.cs (2)
884_store.CreateUninitializedItem(_rqContext, _rqId, s_timeout); 895_rqItem = _store.CreateNewStoreData(_rqContext, s_timeout);