Skip to content

request.cookie should be a dict #574

@Changaco

Description

@Changaco

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions