HttpHandler使用Session

引用
using System.Web.SessionState;
继承
public class CheckSession : IHttpHandler,IRequiresSessionState
就可以使用session了

原文地址:https://www.cnblogs.com/ZaraNet/p/9433525.html