Yes Django does that as of 1.4 when you're storing session data in cookies. https://docs.djangoproject.com/en/1.4/topics/http/sessions/#using-cookie-based-sessions
_Nik On 2/20/2013 5:16 PM, Toran Billups wrote: > I was talking about basic django session authentication with a > co-worker recently and the idea of "cookie tampering" came up. I know > rails will digitially sign the data in your cookie but I'm unsure of > django 1.4+ > > http://alindeman.github.com/2013/02/18/decoding-rails-session-cookies.html > > Thank you in advance > -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

