Guest User

Untitled

a guest
Jan 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Dim objCookie As HttpCookie = Request.Cookies("UserVisitInfo")
  2. If objCookie IsNot Nothing Then
  3. Response.Write(objCookie.Values("CreateTime"))
  4. Response.Write(objCookie.Values("UserName"))
  5. End If
Add Comment
Please, Sign In to add comment