django-password-policies icon indicating copy to clipboard operation
django-password-policies copied to clipboard

Pickle serializer for sessions

Open avium opened this issue 10 years ago • 1 comments

Does this app require users to change the Django setting SESSION_SERIALIZER to 'django.contrib.sessions.serializers.PickleSerializer'? Based on the Django documentation, this seems like a fairly steep price to pay: https://docs.djangoproject.com/en/1.7/topics/http/sessions/#session-serialization.

Is there anything we can do to help add support for JSONSerializer?

avium avatar Feb 18 '15 22:02 avium

PR?

tarak avatar Feb 19 '15 21:02 tarak