[Tutor] I sure do love cookies.
Kent Johnson
kent37 at tds.net
Mon Jul 4 15:02:49 CEST 2005
Danny Yoo wrote:
> To make cookies, in the examples of the Cookie module will probably help
> the most:
>
> http://www.python.org/doc/lib/cookie-example.html
>
>>From the documentation, it sounds like Cookie.SimpleCookie is what you're
> looking for:
My understanding is that the Cookie module is for server-side cookie handling. cookielib.Cookie integrates with cookielib.CookieJar for client-side cookie handling which is what Denise is looking for. Though possibly I am missing something...
Kent
More information about the Tutor
mailing list