Read cookie value

G

gouqizi.lvcha

I am writing a simple console program(Not ASP.Net code). How to read
IE's cookie value using .Net framework.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

I am writing a simple console program(Not ASP.Net code). How to read
IE's cookie value using .Net framework.

When you make a request, the cookies that the server added is sent in
the header of the response.
 
G

gouqizi.lvcha

When you make a request, the cookies that the server added is sent in
the header of the response.

I just want to read som other cookies value and use them besides the
cookies that server automatically added when making request, what can
I do?
 
U

UL-Tomten

I just want to read som other cookies value and use them besides the
cookies that server automatically added when making request, what can
I do?

I'm not sure about Vista, but IE7 on XP stores cookies in %USERPROFILE%
\Cookies\. If you look there, maybe you can find a way to extract the
information you need.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

I just want to read som other cookies value and use them besides the
cookies that server automatically added when making request, what can
I do?

What other cookies? Are you trying to read cookies from the perspective
of a server or a client?

Perhaps you should explain what you are trying to accomplish. That would
hopefully give some insight into what you are trying to use to do it.
 

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