[2.2.x] Removed obsolete RFC from cookie docs.
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
Backport of 2afd670de5
from master
This commit is contained in:
parent
a86ffb3e0f
commit
c04bd386d4
|
@ -824,11 +824,11 @@ Methods
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Both :rfc:`2109` and :rfc:`6265` state that user agents should support
|
:rfc:`6265` states that user agents should support cookies of at least
|
||||||
cookies of at least 4096 bytes. For many browsers this is also the
|
4096 bytes. For many browsers this is also the maximum size. Django
|
||||||
maximum size. Django will not raise an exception if there's an attempt
|
will not raise an exception if there's an attempt to store a cookie of
|
||||||
to store a cookie of more than 4096 bytes, but many browsers will not
|
more than 4096 bytes, but many browsers will not set the cookie
|
||||||
set the cookie correctly.
|
correctly.
|
||||||
|
|
||||||
.. method:: HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False, samesite=None)
|
.. method:: HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False, samesite=None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue