在一般处理程序中使用session

public class Handler1 : IHttpHandler, IRequiresSessionState

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

System.Web.HttpContext.Current.Session["userinfo"];
posted @ 2017-10-19 22:11  水墨晨诗  阅读(154)  评论(0编辑  收藏  举报