1.
using System.Web.SessionState;
2.
[WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class HttpHandler : IHttpHandler, IRequiresSessionState
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的主要内容,如果未能解决你的问题,请参考以下文章
ASP.NET 管道事件与HttpModule, HttpHandler简单理解