summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarcanemachine <arcanemachine@users.noreply.github.com>2021-03-26 20:50:27 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-30 06:42:12 +0200
commit1f48d38c69c563b0cf0a5bcb3dfc16d0bbe9b0cd (patch)
treec6f1f31b580984fed2c294e9a78612b44b84cdcb
parent57d456319d237f74798ff65238a3604e9b4e06a1 (diff)
[3.2.x] Removed dead link in docs/topics/http/sessions.txt.
Backport of 4a80d0f22021bb0af842f038eba45958e9576bec from main
-rw-r--r--docs/topics/http/sessions.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 41c2c499e4..aab8c735b3 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -164,10 +164,9 @@ and the :setting:`SECRET_KEY` setting.
**Performance**
- Finally, the size of a cookie can have an impact on the `speed of your site`_.
+ Finally, the size of a cookie can have an impact on the speed of your site.
.. _`replay attacks`: https://en.wikipedia.org/wiki/Replay_attack
-.. _`speed of your site`: https://yuiblog.com/blog/2007/03/01/performance-research-part-3/
Using sessions in views
=======================