Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Posted on Django Developers: http://groups.google.com/group/django-developers/browse_thread/thread/93dd04dc07ddf612 On Nov 15, 1:30 pm, Byron Ruth wrote: > Thanks for info Tom. This behavior is confusing. I am going to post it > on the Django Developers group. > > On Nov 15, 11:40 a

Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Thanks for info Tom. This behavior is confusing. I am going to post it on the Django Developers group. On Nov 15, 11:40 am, Tom Evans wrote: > On Tue, Nov 15, 2011 at 4:08 PM, Byron Ruth wrote: > > I have some data I persist in a user's session regardless if the user >

Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
I have some data I persist in a user's session regardless if the user is anonymous or authenticated. I noticed after I logged in that my anonymous session data carried over in my authenticated session store. I thought this behavior was a bit unexpected although I could certainly see where this woul