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