Tuesday, January 22, 2008

Difficulties with session from ContentHandler

Today, I had faced few difficulties on getting session from my content handler. Actually by default it does not have any session. You have to enable session for it which is pretty simple. Juzz implement an interface.

public class ContentHandler : IHttpHandler, IRequiresSessionState

Thats all it expect to access session.

No comments:

Post a Comment

Please, no abusive word, no spam.