9 Feb
2004
9 Feb
'04
10:08 a.m.
From: "Kashif Jabbar" <kjabbar@ssidecisions.com>
I am trying to store a dictionary in a cookie which I would like to retrieve later and use.
Cookies are stored by the clients. They have no idea what a python dictionary are. Do you really want to store it in a cookie, or do you just want to store ite temporarily? Because in the later case, using a session might be simpler. Otherwise I maybe you can use "eval" to convert it back to a dictionary?