Opened 11 years ago

Last modified 11 years ago

#20922 closed New feature

Signed Cookie Session Backend Should Support Using a JSON Serializer — at Initial Version

Reported by: gwahl@… Owned by: nobody
Component: contrib.sessions Version: 1.5
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The django.contrib.sessions.backends.signed_cookies session backend should be written in a way that allows subclasses to use their own serializer implementation. This will allow using JSON instead of Pickle to serialize sessions.

For background, see #20444 and https://groups.google.com/d/topic/django-developers/YwlZ9m9k1bE/discussion.

Patch to come shortly.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top