首页 相关文章 使用Cookie来跟踪用户

使用Cookie来跟踪用户

Source Code:



<%

'*** Keeping track of how many times
'*** a user visits a web page, by
'*** reading and writing cookies.

'*** In this example "asphole" will be
'*** the name of our cookie, and
'*** "totalvisit" will be the 'key'
'*** value we keep track of. You can
'*** have multiple 'keys' for each
'*** cookie.

'*** Declare your variables
Dim NumVisit

'*** Check to see how many times they
'*** have been to your web page.
NumVisit = Request.Cookies("asphole")("totalv...[ 查看全文 ]

2016-01-29 标签:

使用Cookie来跟踪用户的相关文章

手机页面
收藏网站 回到头部