From the django docs:
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.
Source: https://docs.djangoproject.com/en/2.1/ref/request-response/
Is this still valid today?
What is the maximum cookie size of current browsers?