1.如何写入cookies?response.cookies("字段名")=变量或字符串,例如:response.cookies("name2")="dingdang"2.如何设置cookies时间?response.cookies("字段名").expires=时间函数+n,例如:response.cookies("name
Request.ServerVariables("Url")返回服务器地址Request.ServerVariables("Path_Info")客户端提供的路径信息Request.ServerVariables("Appl_Physical_Path")与应用程序元数据库路径相应的物理路径Request.ServerVariables("Path