Thursday, July 30, 2009

Cookies with C# .Net 2.0?

Hi developers,


I have a problem with setting a cookie when i choose to define a different domain than the initiative server ( myCookie.Domain="xxxx.edu.uk") so the cookie just don't appear, when i remove this code line it works fine but the problem is that it takes a predefined domain... Can anyone help on this issue... thx

Cookies with C# .Net 2.0?
use the help of msdn ,just search for cookies at msdn


You should use HttpCookie object.


No comments:

Post a Comment