using System.Web.SessionState;
public class Handle : IHttpHandler,System.Web.SessionState.IRequiresSessionState
Session["xxxx"]
一般处理程序 ashx 无法获取Session 值
原文:https://www.cnblogs.com/BinBinGo/p/11981504.html