在HttpHandler里使用Session

Posted 荆棘鸟的栖息地

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在HttpHandler里使用Session相关的知识,希望对你有一定的参考价值。

1.

using System.Web.SessionState;

2.

    [WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class HttpHandler : IHttpHandler, IRequiresSessionState
    

 

以上是关于在HttpHandler里使用Session的主要内容,如果未能解决你的问题,请参考以下文章

一般处理程序中用到session时

ASP.NET 管道事件与HttpModule, HttpHandler简单理解

从 httpHandler 读取的 Ext.net 动态 gridPanel

自定义一个处理图片的HttpHandler

csharp HttpHandler示例代码

csharp HttpHandler的Sampe代码