﻿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
13754	Add a note about a test client session property gotcha	Chris Beaven	nobody	"I've tripped over this just now, and remember having the issue a while ago too.

A new session object is retrieved every time the `client.session` property is called
This means the following code will fail:

{{{
self.client.session['somekey'] = something
self.client.session.save()
}}}

A note in documentation would be useful."		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
