/// <summary> /// The default behavior of this method is to return GetSession(bool create) /// on the wrapped request object. /// </summary> /// <param name="create"></param> /// <returns></returns> public IHttpSession GetSession(bool create) { return(HttpServletRequest.GetSession(create)); }