
Hi,
I'm studing your codes for learn something new and I don't understand the function of a cookie inte page clsLog.asp.
Line 312/315
If Request.Cookies("mt")("rid") = "" Then
Response.Cookies("mt")("rid") = intReferrer
Response.Cookies("mt").Expires = DateAdd("d", 3650, strDateTime)
End If
When is used?