I know that I can iterate through the cookies in a cookiejar, and this would allow me to find a cookie with a particular name - but does the CookieJar object itself have any methods I can call to get a certain cookie by name?

It just saves me having to write a helper method that already exists.

link|improve this question

Not that I can see, no. You could make a function or subclass the CookieJar object, but I'm not sure why no method exists. – Blender Nov 17 '11 at 23:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.