1 implementation of Timeout
System.Web (1)
State\SessionStateContainer.cs (1)
93public int Timeout {
1 write to Timeout
System.Web (1)
State\SessionState.cs (1)
278set {_container.Timeout = value;}
1 reference to Timeout
System.Web (1)
State\SessionState.cs (1)
277get {return _container.Timeout;}