Cookie class

  • Thread starter Thread starter RealCat
  • Start date Start date
R

RealCat

Hi.
I was trying to port my Windows application to Windows Mobile. My
application uses CookieContainer class but it looks like .NET CF 3.5
doesn't support anything about cookies.Well, I can manually modify the
headers, but since I use it frequently, I might need to write a class
for handling cookies. As my old textbook said, "Do not reinvent the
wheel (unless you can make it better)", I would like to check if
someone has already written such a class first. Cookies are common so
someone might have created a class already. If you know any class like
that, please tell me.

If I get no reply, I will take that as "there's no such class
available" and start writing one myself. Thanks.
 
in my windows mobile application there is a need of CookieContainer
class. if you already created this class for compact framework, plz
help me
 
Back
Top