Question:
What are the types of cookies are there?
Answer:
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 cookie
Answer2 There are two types of cookies: Session cookies Persistent cookies Source: CoolInterview.com
There are two types of cookies: Session cookies Persistent cookies Source: CoolInterview.com
Answered by: sushil | Date: 4/28/2010
| Contact sushil
1. Session Cookies (Non Persistent Cookies) 2. Persistent Cookies Source: CoolInterview.com
Answered by: Srinivasan Baskaran | Date: 6/6/2010
| Contact Srinivasan Baskaran
There are two types of cookies 1)Persistance 2)Impersistance
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/10/2010
| Contact nicku
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|