﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23764	sessions.backends.cache.SessionStore does not respect settings.SESSION_SERIALIZER	Ilya Baryshev	Ravi Kotecha	"According to [https://docs.djangoproject.com/en/1.6/topics/http/sessions/#session-serialization Session serialization docs], `SESSION_SERIALIZER` setting, introduced in 1.5.3, allows to customize how session data is stored. `JSONSerializer` is used as default since 1.6.

All session backends honor this setting, except for `sessions.backends.cache.SessionStore`, which still uses pickle as serialization format (not directly, but via cache backend).
It should be documented that cache store ignores this setting or SessionStore should be modified to support it."	Cleanup/optimization	assigned	contrib.sessions	1.7	Normal		pickle json sessions		Accepted	1	1	0	0	0	0
