Pyramid: how to check browser cookies support

2012-02-15 Thread FabioDIve
Hello, I posted a question on stackoverflow about the right way to manage cookies browser support. I need your help guys.. Hello! I would like to know when is the right moment and how to check the browser cookies support. I understand I have to check the next request and for instance, with

Re: Pyramid: how to check browser cookies support

2012-02-15 Thread Jonathan Vanasco
there are a few things that could the cause of your problems. I'll repost on stack overflow. Before I continue... FYI Pyramid uses WebOb to handle request and response objects There's an overview here: http://docs.webob.org/en/latest/reference.html And class documentation here: