On 1/17/06, Matthew Bevan <[EMAIL PROTECTED]> wrote: > > I've updated my local tg_flash routines to support pickling - my application > requires a dictionary with "class", "label", and "message" elements, for > example.
You're not going to want arbitrary pickles coming in from a client. That can potentially be bad news (security-wise). You *could* put JSON in the cookie, however. Kevin

