How many types of cookies are there?

For the Computer there is only two types of Cookies which are:
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?

or you might call them

Session cookies
or
Persistent cookies

How many types of cookies are there?

dear friend,

There are 2 types of cookies

Persistent and Non-persistent

Ragards,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.