diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-19 12:14:19 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-19 12:14:44 +0200 |
| commit | 753edfa4b5cf46be5fc1f04d80c25f30b18af798 (patch) | |
| tree | 88c16a2eaa44e153297f16c2a53421d71611f1d6 | |
| parent | 9a1ea4e7e8214a001ca43ae6f0fcea96a5d51489 (diff) | |
Fixed a rest mistake I introduced in d5ce2ff.
| -rw-r--r-- | docs/topics/http/sessions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 268055b6fc..772ee122d5 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -132,8 +132,8 @@ and the :setting:`SECRET_KEY` setting. .. warning:: - **If the :setting:`SECRET_KEY` is not kept secret, this can lead to - arbitrary remote code execution.** + **If the SECRET_KEY is not kept secret, this can lead to arbitrary remote + code execution.** An attacker in possession of the :setting:`SECRET_KEY` can not only generate falsified session data, which your site will trust, but also |
