what are the disadvantages of cookies?
Answers were Sorted based on User's Feedback
The major disadvantage of cookies along with the 1st answer
is that its a major security threat.
The cookies are enabled and if any other user tries to
access the cookies he can easily view what the previous
user had accessed.If its some sensitive data, it can be a
major security threat
| Is This Answer Correct ? | 62 Yes | 14 No |
Answer / desika
DisAdvantages of Cookies:
1.Fundamental disadvantage is as per the definition it
cannot send the huge amount of data.
2.More amount of data will be transferred between the
browser and server.
3.In case of some browser softwares we have a option to
disable cookies,for example in case NetscapeCommunicator we
have a option to disable cookies,in such cases our
application fails.
| Is This Answer Correct ? | 57 Yes | 16 No |
Answer / jyoti
1. One of the main disadvantage of cookies is SECURITY
THREAD. By the help of cookies confidential information can
be hacked by a server.
2. One browser can handle 300 cookies at a time.
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / ajaykishore
main disadvantage is any one can remove the cookies from the
browser options
example if you are using firfox
tools-options-use custom setting-and remove prevoius cookies
this cause security problem
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / tez kurmala
A cookie can be set to be accessed only from a particular
URL...(atleast in java) this way others cannot have access
to it...
| Is This Answer Correct ? | 9 Yes | 14 No |
What do you mean by the servlet chaining?
How does Cookies work in Servlets?
which method in doGet or doPost is use to send binary date to server
How the typical servlet code look like ?
what is servlet and what you get when we use servlets?
What are cookies and how will you use them?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
How we can check in particular page the session will be alive or not
What do you mean by httpservlet and how it is different from the genericservlet?
What are the different methods of session management in servlets?
What is the use of attribute in servlets?
What are the different mode that servlets can be used?