It you are unable to access Session in HttpHandler and getting error “Object reference not set to an instance of an object”, so to fix this issue implement “IRequiresSessionState” interface like below after implimenting IRequiresSessionState you will be able to access Sessions in HttpHandler
public class CallBackHandler : IHttpHandler, IRequiresSessionState
Tuesday, June 8, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment