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 would be useful (e.g. e-commerce).

I am curious if this is by design and whether or not this should be a
documented feature and possibly even potentially a setting to toggle
the behavior.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to