Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这就是我想知道的。如果我必须手动加密 cookie 值,或者该方法会自动加密。
谢谢!
对于 cookie,您可能更关心签名(有人可以修改或伪造数据)而不是加密(有人可以阅读它)。
也就是说,根据本文档,如果您使用基于 cookie 的会话,django 从 1.4 版开始就支持它