﻿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
29576	HTTP_COOKIE value is wrongly constructed in test client	Thng Kai Yuan	Thng Kai Yuan	"The bug exists at:
https://github.com/django/django/blob/master/django/test/client.py#L280

This existing implementation wrongly constructs cookies into:
' sessionid=helloworld; Domain=None; expires=None; Max-Age=None; Path=/'

For the given example, a fix will correct the construction to be:
'sessionid=helloworld'"	Bug	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	1	0
