Home » questions » ASP Question?
ASP Question?
I'm studing a code thats in ASP,
there is something like this:
Response.Cookies ("MATLog")("UserName") = objRec("userID")
Response.Cookies ("MATLog")("Name") = objRec("userName")
Response.Cookies ("MATLog")("Matrik")= objRec ("studentNo")
-----------------------------
I know that thats about cookies,but i dont know what are MATlog and Matrik for?and if they are somehow playing the role of variable or identifier for cookies(?)then what are they stand for?
what are these lines doing?

Answers
paulo_d888
On 2006-08-06 05:08:29
sellis_sellis
On 2006-08-06 05:16:06