Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How many types of cookies are there?
How many types of cookies are there?
✍: Guest
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, 1693👍, 0💬
Popular Posts:
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
.NET INTERVIEW QUESTIONS - Where do you specify session state mode in ASP.NET ? The following code e...