summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index e29d9f5811..c27ab677d0 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -818,11 +818,11 @@ Methods
.. warning::
- Both :rfc:`2109` and :rfc:`6265` state that user agents should support
- cookies of at least 4096 bytes. For many browsers this is also the
- maximum size. Django will not raise an exception if there's an attempt
- to store a cookie of more than 4096 bytes, but many browsers will not
- set the cookie correctly.
+ :rfc:`6265` states that user agents should support cookies of at least
+ 4096 bytes. For many browsers this is also the maximum size. Django
+ will not raise an exception if there's an attempt to store a cookie of
+ more than 4096 bytes, but many browsers will not set the cookie
+ correctly.
.. method:: HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False, samesite=None)