Can you store a dictionary in a cookie? I've been trying and it keeps barfing on me. If I set the dictionary in the REQUEST, it works just fine, but if I set it as a cookie, and then try to reference it with <dtml-var "cookie['key']"> if bombs with "sequence index must be an integer". Dost it think it's a list? TIA Rick