The ASP.Response object is used to send output to the user from the server.
<%
Response.Cookies("company_id") = "999";
%>
The ASP.Response object is used to send output to the user from the server.
<%
Response.Cookies("company_id") = "999";
%>
转载于:https://www.cnblogs.com/xuxiaoguang/archive/2008/12/22/1359901.html