How many types of cookies are there?
By in ASP.NET on Nov 28 2006
  • vinod 0
    Nov, 2006 28

    There are two type of cookeies.
    a) single valued eg request.cookies(”UserName”).value=”Vinod”
    b)Multivalued cookies. These are used in the way collections are used.
    e.g.
    request.cookies(”CookiName”)(”UserName”)=”Vinod”
    request.cookies(”CookiName”)(”UserID”)=”786?

    Note:No value method in multivalued cooki

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS