﻿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
6791	Cached DB Session Backend	jhenry	Jacob	"Right now, I consider the ""cache"" session backend to be broken, especially when used with the memcached session backend.

In a large memcached environment, servers enter and leave the memcached pool frequently.  Each time this happens, the pool mapping changes and automatically logs users out (and loses their session data).

Attached is a new backend which is basically a copy of the DB session backend with a django.core.cache wrapper on accesses to the session data; all writes are write through to the database and cache and all reads come from memcache except in case of a memcache failure when it reads from the database."		closed	contrib.sessions	1.0		fixed		pytechd@… jdunck@… waylan@… gabor@… Peter Kese	Ready for checkin	1	0	0	0	0	0
