一般处理程序(ashx)默许不存取Session
一般处理程序(ashx)默认不存取Session
今天在一般处理程序(ashx)中取Session,发现总是得到null。
百度了一下,原来:一般处理程序(ashx)默认不存取Session。
归纳下ASPX和ASHX的区别:
1、一般处理程序(ashx)默认不存取Session;
2、一般处理程序(ashx)没有用网页模板引擎;