.... Is about class Publisher from module publish
method process_request(self, request) ...
> I changed Publisher.process_request to include
>            self.root_directory.request=request
> in line 273 of publish.py
>
Also Publisher.process_request may include (I'm not sure here if should)
            self.root_directory.session_manager=self.session_manager
> Doing this now I have request (as attribute not as function)
> and request gives me 'response' and 'session'; That's all I need!
Doing so I find more clear the code.