diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-19 12:14:19 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-15 13:09:28 -0400 |
| commit | adf70506b96c74503fcecc3d1f6f3f5ed0180f76 (patch) | |
| tree | 26045fcdaad5d4dc72105208624e01cc41defda6 | |
| parent | 2b750fff5653781f07e65a54a99e7da66361ec9e (diff) | |
[1.5.x] Fixed a rest mistake I introduced in d5ce2ff.
Backport of 753edfa4b5 from master
| -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 0e6df4a076..320f26b384 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -124,8 +124,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 |
