On Fri, Jul 19, 2002 at 02:29:28PM -0700, Samir Patel wrote: > "/usr/lib/python2.2/site-packages/splat/web/index.ptl", > line 21, in _q_index > prefs = request.session.prefs > AttributeError: 'NoneType' object has no attribute > 'prefs' For some reason a new session has not been created. One is usually created automatically if one is not found based on the session cookie. It could be that you are using the wrong Publisher class. If you want sessions you should be using a subclass of SessionPublisher. Neil