public class Handler1 : IHttpHandler, IRequiresSessionState

需要继承 IRequiresSessionState接口,告诉程序要使用session!

System.Web.HttpContext.Current.Session["userinfo"];
05-11 17:02