c#读写cookie

读 response.SetCokie(new HttpCookie("Color",TextBox1.Text);
写 request.Cookies["color"].Value;

原文地址:https://www.cnblogs.com/handsomer/p/3678243.html