Dunno if anyone cares about this, but, contrary to the Pylons documentation, HttpOnly cookies are *not* working in Pylons 0.9.6 or 0.9.7, because they are not supported by Paste.
This patch adds support for HttpOnly cookies to Paste: http://trac.pythonpaste.org/pythonpaste/ticket/295 With this patch and the previous patch to Python (which has been accepted into Python 2.6/3.0), HttpOnly cookies will work in Pylons. -matt On Sep 4 2008, 12:45, Matt Chisholm wrote: >I'm trying to get support for HttpOnly added to Python's standard >Cookie.py: >http://mail.python.org/pipermail/python-dev/2008-September/082251.html > >This patch adds support for it, if anyone doesn't feel like waiting >for Python to add it: >http://bugs.python.org/issue1638033 > >The docs for Pylons 0.9.7 include support for HttpOnly, but I'm still >on 0.9.6: >http://docs.pylonshq.com/thirdparty/webob.html >http://pylonsbook.com/alpha1/getting_started > >Has anyone tested HttpOnly in 0.9.7? > >-matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
