Open Changaco opened 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.
SimpleCookie
request.cookie['cookie_name'].value
Also, request.cookies should be an alias of request.cookie.
request.cookies
request.cookie
Currently it's a
SimpleCookie
instance, and that means you have to dorequest.cookie['cookie_name'].value
to get what you want.Also,
request.cookies
should be an alias ofrequest.cookie
.