Setting cookies and response headers
Pylons uses Paste to deal with HTTP responses which has a thin wrapper class around WSGI. This wrapper class is available as paste.Response and is already imported to your lib/base.py module. To set cookies or some response header you invoke ... Other labels:
response, paste