1、引入 命名空间:
using System.Web.SessionState;
2、实现IRequiresSessionState接口
public class AddUserInfo : IHttpHandler,IRequiresSessionState { }