User login

MetaTraffic 2.0 Boxshot

Cookie curiosity

Posted by qwerty@libero.it [November 16, 2005]

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?