Django Book 翻译
菜单>:
TOC
返回
原文:
Note that the session cookie is sent only when a session has been created or modified. If ``SESSION_SAVE_EVERY_REQUEST`` is ``True`` , the session cookie will be sent on every request. Similarly, the ``expires`` part of a session cookie is updated each time the session cookie is sent.
翻译:
注意,会话cookie只会在创建和修改的时候才会送出。但如果 ``SESSION_SAVE_EVERY_REQUEST`` 设置为 ``True`` ,会话cookie会在每次请求的时候都会送出。同时,每次会话cookie送出的时候,其 ``expires`` 参数都会更新。
备注:
译者: