﻿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
10455	Session Creation should be Lazy	dj_tw	nobody	"Sessions should only be created when they are needed.
If sessions are not used, a session entry should not be created.

Memcached-backed sessions seemed to be created, even when the session is not written to. 
This is what I'm finding when I look at my memcache after hitting a page that does not use sessions. 
Thus, if an app uses sessions (but not much), memcache will fill up with empty sessions from the other web visitors even though their requests don't use sessions. 
(the same thing might happen with database-backed sessions putting unneeded rows in the database, but I have not checked that). 

"		closed	contrib.sessions	1.0		worksforme	lazy creation session		Design decision needed	0	0	0	0	0	0
