How does flask set the value of a field in cookies to list or dict

resp = make_response ()
resp.set_cookie ("addr", [])-sharp reported an error

Mar.01,2021

cookie is key-value,key and value are both simple types, and there is no value that is list or dict. In fact, strings can implement all types, and if not, if you use strings in json format, you can always parse

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32a53-2be13.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32a53-2be13.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?