﻿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
10554	Response.set_cookie should allow setting two cookies of the same name.	Jeremy Dunck	nobody	"Since cookies have domain and path properties, this is a sensible thing to do:

{{{
response.set_cookie('x', path='/foo/', expires=<some expired date>)
response.set_cookie('x', path='/bar/', expires=<some future date>)
}}}

It'd be nice if Django allowed this.  Sadly, I think this would mean moving away from Cookie.
"	New feature	new	HTTP handling	dev	Normal				Accepted	0	0	0	0	0	0
