Home » questions » anyone good at ASP?

anyone good at ASP?

2006-08-04 05:37:08, Category: Programming & Design
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

  1. Andlara

    On 2006-08-04 05:42:59


    no see
  2. ralphd42

    On 2006-08-04 06:51:30


    MATLog is the name of the cookie MAtrik is a key withing the cookie that has a value. what they are I couldn't tell you that is application specific
  3. pontiac61231

    On 2006-08-04 05:40:15


    no me