AspenWeb / pando.py

Filesystem dispatch + Simplates + Python = a nice web framework.
http://aspen.io/
Other
149 stars 38 forks source link

request.cookie should be a dict #574

Open Changaco opened 8 years ago

Changaco commented 8 years ago

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.