Django Book 翻译
菜单>:
TOC
返回
原文:
Django only sends a cookie if it needs to. If you dont set any session data, it wont send a session cookie (unless ``SESSION_SAVE_EVERY_REQUEST`` is set to ``True`` ).
翻译:
Django 只在需要的时候才送出cookie。如果你压根儿就没有设置任何会话数据,它不会 送出会话cookie(除非 ``SESSION_SAVE_EVERY_REQUEST`` 设置为 ``True`` )
备注:
译者: