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`.