﻿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
1	Create architecture for anonymous sessions	Adrian Holovaty	Jacob	"We need an architecture for anonymous sessions. Right now we have django.models.auth.sessions, but that only handles registered users' sessions. We need a system that automatically creates and manages sessions for anonymous users.

Here's one idea for this:

 * In the settings file, you define a {{{SESSION_MODULE}}} string, like the {{{AUTH_PROFILE_MODULE}}}, which points to the model to use for sessions.
 * Using this, httpwrappers automatically creates a request.session object which is persistant across requests based on cookies, etc."	enhancement	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
