HttpContext.Current.Session与Page.Session的区别
如题
[解决办法]
没区别
[解决办法]
一样的。同一个对象。
[解决办法]
HttpContext.Current.Session与Page.Session
[解决办法]
我的理解:
HttpContext.Current.Session
这个通常用在单独的类里
Page.Session一般是页面的后置类里用.
发布时间: 2012-02-14 19:19:19 作者: rapoo
HttpContext.Current.Session与Page.Session的区别
如题
[解决办法]
没区别
[解决办法]
一样的。同一个对象。
[解决办法]
HttpContext.Current.Session与Page.Session
[解决办法]
我的理解:
HttpContext.Current.Session
这个通常用在单独的类里
Page.Session一般是页面的后置类里用.