Hello all, I have a handler that supposed to emit a bunch of data. But a lot of times when I try to access it - it times out after a while and throws following exception
--- System.NullReferenceException: Object reference not set to an instance of an object at System.Web.SessionState.SessionInProcHandler.SetAndReleaseItemExclusive --- this really kills my project, because that handler is a central datasource for the whole application. It's running under mod_mono autohosting and a tiny web config, which only contains connectionStrings and assembly references. V. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
