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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to