Read cookie value

  • Thread starter Thread starter gouqizi.lvcha
  • Start date Start date
G

gouqizi.lvcha

I am writing a simple console program(Not ASP.Net code). How to read
IE's cookie value using .Net framework.
 
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.
 
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?
 
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.
 
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.
 
Back
Top