mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
[1.6.x] Fixed a sentence in the session security docs; thanks claudep.
Backport of 4d27d311f6 from master
This commit is contained in:
parent
7a4d2b8e3d
commit
2206321ff9
@ -653,8 +653,8 @@ Session security
|
|||||||
================
|
================
|
||||||
|
|
||||||
Subdomains within a site are able to set cookies on the client for the whole
|
Subdomains within a site are able to set cookies on the client for the whole
|
||||||
domain. This makes session fixation possible if all subdomains are not
|
domain. This makes session fixation possible if cookies are permitted from
|
||||||
controlled by trusted users (or, are at least unable to set cookies).
|
subdomains not controlled by trusted users.
|
||||||
|
|
||||||
For example, an attacker could log into ``good.example.com`` and get a valid
|
For example, an attacker could log into ``good.example.com`` and get a valid
|
||||||
session for his account. If the attacker has control over ``bad.example.com``,
|
session for his account. If the attacker has control over ``bad.example.com``,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user