pando.py
pando.py copied to clipboard
request.cookie should be a dict
Currently it's a SimpleCookie instance, and that means you have to do request.cookie['cookie_name'].value to get what you want.
Also, request.cookies should be an alias of request.cookie.