Re: Session namespaces

2009-08-05 Thread Malcolm Tredinnick
On Tue, 2009-08-04 at 13:36 -0700, veena wrote: [...] > Do you think session namespaces would be useful and should be in > Django 1.2 development roadmap? I honestly can't get that excited about this. You can already use whatever dictionary keys you like now in sessions and if you wa

Session namespaces

2009-08-04 Thread veena
I think we could think about implementing of session namespaces in similar way as url namespaces was added in Django 1.1 http://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces The point is to not populate global namespace of sessions by using session variables in various