2012年9月4日

在Handler里面使用Session

摘要: using System.Web;using System;using System.Web.SessionState;//需要引用/// <summary>/// MyHandler 的摘要说明/// </summary>public class MyHandler : IHttpHandler, IReadOnlySessionState //需要实现IReadOnlySessionState接口{ public MyHandler() { } public void ProcessRequest(HttpContext context) { contex... 阅读全文

posted @ 2012-09-04 09:12 魔GUI 阅读(213) 评论(0) 推荐(0)

导航