Loading a Cookie from a Dictonary

John J. Lee jjl at pobox.com
Sun Feb 1 18:59:02 EST 2004


"Michael Sampson" <samp0082_at_umn_dot_edu> writes:

> 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
[...]

What are you actually trying to accomplish?

Server?  Client?


John



More information about the Python-list mailing list