1 write to s_timeout
System.Web (1)
State\SessionStateModule.cs (1)
418
s_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
);