mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Changed the doc to use gender-neutral pronouns when possible.
This commit is contained in:
parent
00a0d3de02
commit
e1b7723817
6 changed files with 6 additions and 6 deletions
|
@ -166,7 +166,7 @@ and the :setting:`SECRET_KEY` setting.
|
|||
cookie backend might open you up to `replay attacks`_. Unlike other session
|
||||
backends which keep a server-side record of each session and invalidate it
|
||||
when a user logs out, cookie-based sessions are not invalidated when a user
|
||||
logs out. Thus if an attacker steals a user's cookie, he can use that
|
||||
logs out. Thus if an attacker steals a user's cookie, he or she can use that
|
||||
cookie to login as that user even if the user logs out. Cookies will only
|
||||
be detected as 'stale' if they are older than your
|
||||
:setting:`SESSION_COOKIE_AGE`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue