response.Cookies
ASP.NET
5
Posts
3
Posters
2
Views
1
Watching
-
what does this line means or do ?? response.Cookies.Add(myCookie);
-
what does this line means or do ?? response.Cookies.Add(myCookie);
-
what does this line means or do ?? response.Cookies.Add(myCookie);
-
Thanks..
-
It adds a cookie to the user's machine.
There are only 10 types of people in the world, those who understand binary and those who don't.
Thanks..