diff options
| author | arcanemachine <arcanemachine@users.noreply.github.com> | 2021-03-26 20:50:27 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-30 06:08:22 +0200 |
| commit | 4a80d0f22021bb0af842f038eba45958e9576bec (patch) | |
| tree | 5a3bec081f29455f975250eb725b8548d84a47cd /docs | |
| parent | 41850eec99366a51f98123f7c51e5bc5a8b2798c (diff) | |
Removed dead link in docs/topics/http/sessions.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/sessions.txt | 3 |
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 ======================= |
