If the HttpContext.Current.Session is null in your .ashx handler, add System.Web.SessionState.IReadOnlySessionState to your class declaration, like this:
public class MyHandler : IHttpHandler, System.Web.SessionState.IReadOnlySessionState
I've been coding since 1982. I have a Master's degree in Computer Science from the University of Washington. Now I specialize in ASP.Net programming, but code and maintain Windows apps as well.
All geek aside, I love to ride motorcycles, and this year I started going camping. Yeah, I know, how could I have never been camping? Well, it just happened that way (or didn't I suppose).
1 comments:
Many thanks. I search all google for this information rsrs.
Post a Comment