Loading a Cookie from a Dictonary

Michael Sampson samp0082_at_umn_dot_edu
Sun Feb 1 16:25:16 EST 2004


I'm using the Cookie module.
Say I have something that looks like this

import Cookie
c = Cookie.Cookie()
c.load(aDictonary)

What would the format of aDictornary be, I've looked around the net and I
can only find examples on how to format the input to load if it is a string.
The best info on this I could find is

Loading cookies from a dictionary 'd'
is equivalent to calling:
    map(Cookie.__setitem__, d.keys(), d.values())


I just need a few examples with multiple cookies and I should be able to
figure it out from there.
Thanks,
-Michael





More information about the Python-list mailing list