Use existing IE cookie

Diez B. Roggisch deets at nospam.web.de
Thu Jul 30 11:43:31 EDT 2009


KB wrote:

> 
>> > Using:http://code.activestate.com/recipes/80443/
>>
> 
> Thanks for the prompt reply, Diez! Using the above I have found the
> name of the cookie (I did google how to use IE cookies in python and
> that was the best match) but it only tells me the name of the cookie,
> not how to use it.

Ah, sorry, should have read the recipe also. 

For me it looks as if findIECookie from that recipe is to be called with the
name. Then it should return the value, or None

What does you full example look like, including the
cookie-acquisition-stuff?

Diez



More information about the Python-list mailing list