Ranjithkumar Murugesan
How many types of cookies are there in .NET
By Ranjithkumar Murugesan in ASP.NET on Apr 30 2008
  • Pravinkumar Birajdar
    Apr, 2018 11

    Temperary cookies and persistent cookies

    • 0
  • Ranjithkumar Murugesan
    Apr, 2008 30

    Two type of cookeies.


    a) single valued eg request.cookies(”UserName”).value=”dotnetquestion”


    b)Multivalued cookies. These are used in the way collections are used example
    request.cookies(”CookiName”)(”UserName”)=”dotnetquestionMahesh”
    request.cookies(”CookiName”)(”UserID”)=”interview?

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS