[Zope] How to deal with cookies??

Robert Rottermann robert@redcor.ch
Wed, 28 Nov 2001 10:28:05 +0100


Hi there,
in a Python script I create a cookie that has as data a list with
dictionaries.
When I read that cookie back, this list is a string.

My question:
Is there an easy way to change that string back to a list of dictionaries.
Eval et al are disabled in scripts.

Robert