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

Re: Read cookie value by guffa

guffa
Fri Aug 17 12:50:26 CDT 2007

gouqizi.lvcha@gmail.com wrote:
> 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öran Andersson
_____
http://www.guffa.com

Re: Read cookie value by gouqizi

gouqizi
Fri Aug 17 13:16:42 CDT 2007

On Aug 17, 10:50 am, G=F6ran Andersson <gu...@guffa.com> wrote:
> gouqizi.lv...@gmail.com wrote:
> > 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.

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?


>
> --
> G=F6ran Andersson
> _____http://www.guffa.com



Re: Read cookie value by UL-Tomten

UL-Tomten
Fri Aug 17 14:09:12 CDT 2007


On Aug 17, 8:16 pm, gouqizi.lv...@gmail.com wrote:

> 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.


Re: Read cookie value by guffa

guffa
Sat Aug 18 14:52:10 CDT 2007

gouqizi.lvcha@gmail.com wrote:
> On Aug 17, 10:50 am, Göran Andersson <gu...@guffa.com> wrote:
>> gouqizi.lv...@gmail.com wrote:
>>> 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.
>
> 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.

--
Göran Andersson
_____
http://www.guffa.com