A
Arne
I have classic ASP cookies
response.Cookies("YT_UserInfo")("1") = value
I tried to read the in Asp.Net /C#
Request.Cookies["YT_CustomerInfo"]["1"].ToString();
But it does not work.
What am I doing wrong?
response.Cookies("YT_UserInfo")("1") = value
I tried to read the in Asp.Net /C#
Request.Cookies["YT_CustomerInfo"]["1"].ToString();
But it does not work.
What am I doing wrong?