On Sat, Mar 12, 2011 at 01:55:21PM -0600, Michael Merickel wrote:
> Going through the trouble of creating a webob response is much more
> complicated than simply adding a response_callback.
> 
> def _set_cookie(request, response):
>     response.set_cookie(........)
> request.add_response_callback(_set_cookie)

That does look like generally a better solution than mine.  Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to