最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp Cookies 写入与清除cookies程序
时间:2022-07-02 23:04:37 编辑:袖梨 来源:一聚教程网
'****************************************************
'函数名:ResponseCookies
'作 用:写入COOKIES
'参 数:Key ----cookie名
' value ----cookie值
' expires ---- cookie过期时间
'****************************************************
Public Function ResponseCookies(Key,Value,Expires)
DomainPath=Left(Request.ServerVariables("script_name"),inStrRev(Request.ServerVariables("script_name"),"/"))
Response.Cookies(Key)=""&Value&""
if Expires0 then Response.Cookies(Key).Expires=date+Expires
Response.Cookies(Key).Path=DomainPath
End Function
'****************************************************
'函数名:CleanCookies
'作 用:清除COOKIES
'****************************************************
Public Function CleanCookies()
DomainPath=Left(Request.ServerVariables("script_name"),inStrRev(Request.ServerVariables("script_name"),"/"))
For Each objCookie In Request.Cookies
Response.Cookies(objCookie)= ""
Response.Cookies(objCookie).Path=DomainPath
Next
End Function
' cookies使用方法
ResponseCookies("111cn","111cn",date())'设置cookies
CleanCookies() '清除cookis
相关文章
- X网页版-官方登录入口 02-28
- 蛙漫网页版最新版本下载-浏览器直接打开无需注册安装入口 02-28
- 漫蛙漫画-永久网页入口 02-28
- 麻花爆笑剧国产mv高清看-麻花豆热播剧视频在线看 02-28
- 哔咔picacg无法注销吗-哔咔账号注销问题解析 02-28
- 漫蛙下载安卓最新版本2024 - 安全无广告官方入口 02-28