Skip to content

Rob

Category: python

Max Size of Django message Data in Cookie Storage

I responded to a little challenge from Matt Layman of the Django Riffs podcast Episode 15, User Session Data. Toward the end of the episode, Matt asked what might happen if over 4k worth of text was passed into messages if the backend storage method was cookies? What I found was unexpected. First, you can… Continue reading Max Size of Django message Data in Cookie Storage

Published September 14, 2021
Categorized as django, programming, python
Rob