1 implementation of IsNewSession
System.Web (1)
State\SessionStateContainer.cs (1)
118
public bool
IsNewSession
{
1 reference to IsNewSession
System.Web (1)
State\SessionState.cs (1)
289
get {return _container.
IsNewSession
;}