ashx调用session对象

1、引入命名空间 using System.Web.SessionState

2、必须实现接口 public class Login : IHttpHandler, IRequiresSessionState

3、调用context.Session["user_Message"] = Email;

posted @ 2015-09-23 14:32  只是很孤单  阅读(162)  评论(0)    收藏  举报