示例#1
0
        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;
		}