internal static HttpSessionStateWrapper CreateSessionWrapper(HttpSessionState httpSessionState) { HttpSessionStateWrapper httpSessionStateWrapper = new HttpSessionStateWrapper(httpSessionState); //if (httpSessionState.IsNewSession) // httpSessionStateWrapper.NotifyCreated(); return(httpSessionStateWrapper); }
internal static HttpSessionStateWrapper CreateSessionWrapper(HttpSessionState httpSessionState) { HttpSessionStateWrapper httpSessionStateWrapper = new HttpSessionStateWrapper(httpSessionState); //if (httpSessionState.IsNewSession) // httpSessionStateWrapper.NotifyCreated(); return httpSessionStateWrapper; }