That’s what I want to know. If I have to encrypt the cookie value manually or if the method does it automatically.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For cookies, you likely care more about signing (can someone modify or forge data) than encryption ( can someone read it).
That said, according to this documentation if you use cookie based sessions, django does support it since version 1.4