﻿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
5266	for k in request.session gives me a key error	julian	Jacob	"hi,

i am storing a few thenks in my session. after doing this and that i want to delete all the stuff stored in the session, not calling each key explicitly, so i do:

for k in request.session:
   del request.session[k]

wich raises a key error on the line ""for k in request.session:""

"		closed	Uncategorized	dev		invalid	session, key error	jumo@…	Unreviewed	0	0	0	0	0	0
