B
brett
I'm doing this to get a listing of cookies:
HttpContext.Current.Request.Cookies.AllKeys
and
HttpContext.Current.Request.Cookies.AllKeys.ToString()
However, that only gives:
System.String[]
How can I get a listing of cookies sent by the client?
Thanks,
Brett
HttpContext.Current.Request.Cookies.AllKeys
and
HttpContext.Current.Request.Cookies.AllKeys.ToString()
However, that only gives:
System.String[]
How can I get a listing of cookies sent by the client?
Thanks,
Brett