On Jan 24, 2005, at 11:24 AM, Titus Brown wrote: > -> session = _publisher.get_request().session > -> AttributeError: 'NoneType' object has no attribute 'session' > The problem here is not that the request doesn't have a session, but worse, that the request is None. Are threads involved here? This acts like two threads have overlapping publish calls.