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, 1635👍, 0💬
Popular Posts:
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...
How Oracle Handles Dead Locks? - Oracle DBA FAQ - Understanding SQL Transaction Management Oracle se...
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...
How can I use tables to structure forms Small forms are sometimes placed within a TD element within ...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...