How many types of cookies are there?

Q

How many types of cookies are there?

✍: Guest

A

Answer1
Two type of cookeies.
a) single valued eg request.cookies(”UserName”).value=”Mahesh”
b)Multivalued cookies. These are used in the way collections are used.
e.g.
request.cookies(”CookiName”)(”UserName”)=”Mahesh”
request.cookies(”CookiName”)(”UserID”)=”ABC003?

rember no value method in multivalued cooki

Answer2
There are two types of cookies:
Session cookies
Persistent cookies

Answer3
2 types, persistant and impersistant.

2014-10-03, 1566👍, 0💬