tag:blogger.com,1999:blog-3930375442497799514.post-26292017868510944912008-07-31T14:38:00.001-07:002008-07-31T14:40:11.499-07:002008-07-31T14:40:11.499-07:00Session is null in ashxIf the HttpContext.Current.Session is null in your .ashx handler, add System.Web.SessionState.IReadOnlySessionState to your class declaration, like this:<br/><blockquote style="font-family:courier">public class MyHandler : IHttpHandler, System.Web.SessionState.IReadOnlySessionState</blockquote><br/>That's it!Tom Puleohttp://www.blogger.com/profile/10697521511530638404noreply@blogger.com1