Reading & Creating cookies in Local Machine using Windows Application

  • Thread starter Thread starter ramesh.nrk
  • Start date Start date
R

ramesh.nrk

Hi,

Is there any way to read the cookies which are in local machine?
Can we create cookies using windows Application in the local
machine?

I am developing a windows application which needs to Read the
available cookies in the Local Machine, and it has to create cookies
in the Local Machine.

Thanks

Ramesh
 
Hi,

Is there any way to read the cookies which are in local machine?
Can we create cookies using windows Application in the local
machine?
A cookie is just a text file.
I am developing a windows application which needs to Read the
available cookies in the Local Machine, and it has to create cookies
in the Local Machine.

If you're placing some cookies in some location, what Web application is
going to know about their existence? The Web application has to know about
their existence in order to use the cookie, which means the Web application
has created the cookie and knows about it, not unless your replacing a
cookie I guess.
 
Back
Top