Removed dead link in docs/topics/http/sessions.txt.
This commit is contained in:
parent
41850eec99
commit
4a80d0f220
|
@ -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
|
||||
=======================
|
||||
|
|
Loading…
Reference in New Issue