I've seen a few references that say there is WSGI middleware to do it, but I don't know a lot about the choices for WSGI middelware that handles cookies.
|
|
You dont need anything special with pylons (0.9.7), it all works out of the box:
Pylons uses Webob (request, response) are (webob.Request, webob.Response) objects. |
|||
|
|
