HttpContext.Current.Session与Page.Session的区别如题[解决办法]没区别[解决办法]一样的。同一个对象。[解决办法]HttpContext.Current.Session与Page.Session[解决办法]我的理解: HttpContext.Current.Session 这个通常用在单独的类里 Page.Session一般是页面的后置类里用.