Read Cookie domain from a Winform

F

foolsbar

Hi there,

Is it possible to read a cookie's domain from the actual .txt file? I
want to be able to iterate through all of the cookie files on the
local file system, and find out which domain the cookie belongs to.

I don't need to know any other information from the cookie, just the
domain.

Thanks

Andy
 
P

Peter Bromberg [C# MVP]

Yes, it is possible. here is an example cookie file:

FILENAME: (e-mail address removed)
FILE CONTENTS:
__utma
10677928.1548890762.1196874704.1196874704.1196874704.1
members.driverguide.com/
1600
3656200576
30045444
3904425472
29898593
*
__utmz
10677928.1196874704.1.1.utmccn=(organic)|utmcsr=google|utmctr=mx6445+audio+vista|utmcmd=organic
members.driverguide.com/
1600
2764247424
29935306
3904575472
29898593
*

-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top