A
Arne
I have a cookie created in Classic ASP:
response.Cookies("YT_UserInfo")("1") = "DATA"
How do I read that cookie in asp.net?
response.Cookies("YT_UserInfo")("1") = "DATA"
How do I read that cookie in asp.net?