﻿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
21448	Test Client logout does not work with cookie-based sessions	Gunnar Scherf	nobody	"The test.client.Client.logout does not clear the cookie.
After calling logout the user is still logged in because of the cookie.

A solution would be to clear the cookies in the logout function like in Django 1.5
{{{
self.cookies = SimpleCookie()
}}}
"	Bug	closed	Testing framework	1.6	Release blocker	fixed	test client logout cookie session regression		Ready for checkin	1	0	0	0	0	0
