|
|
|
start date: Fri, 17 Aug 2007 17:43:49 -0000,
posted on: microsoft.public.dotnet.framework
back
| Thread Index |
|
1
unknown
|
|
2
Göran Andersson
|
|
3
Göran Andersson
|
|
4
unknown
|
|
5
UL-Tomten
|
Read cookie value
I am writing a simple console program(Not ASP.Net code). How to read
IE's cookie value using .Net framework.
Date:Fri, 17 Aug 2007 17:43:49 -0000
Author:
|
Re: Read cookie value
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.
--
Gran Andersson
_____
http://www.guffa.com
Date:Fri, 17 Aug 2007 19:50:26 +0200
Author:
|
Re: Read cookie value
On Aug 17, 10:50 am, Göran Andersson 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öran Andersson
> _____http://www.guffa.com
Date:Fri, 17 Aug 2007 18:16:42 -0000
Author:
|
Re: Read cookie value
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.
Date:Fri, 17 Aug 2007 12:09:12 -0700
Author:
|
Re: Read cookie value
gouqizi.lvcha@gmail.com wrote:
> On Aug 17, 10:50 am, Gran Andersson 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.
--
Gran Andersson
_____
http://www.guffa.com
Date:Sat, 18 Aug 2007 21:52:10 +0200
Author:
|
|
|