Parcourir la source

Fixed a sentence in the session security docs; thanks claudep.

Tim Graham il y a 11 ans
Parent
commit
4d27d311f6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      docs/topics/http/sessions.txt

+ 2 - 2
docs/topics/http/sessions.txt

@@ -655,8 +655,8 @@ Session security
 ================
 
 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
-controlled by trusted users (or, are at least unable to set cookies).
+domain. This makes session fixation possible if cookies are permitted from
+subdomains not controlled by trusted users.
 
 For example, an attacker could log into ``good.example.com`` and get a valid
 session for their account. If the attacker has control over ``bad.example.com``,