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 are the phases of servlet life cycle?
What do you mean by the servlet chaining?
Why filter is used in servlet?
Which event is fired at the time of project deployment and undeployment?
What are the life cycle methods of a servlet?
Can we refresh servlet in client and server side automatically?
What is ServletContext() and what is its use?
9 Answers Prime Technology, TCS,
What is the default HttpRequest method?
what are the CGI Programs?
How to get the current httpsession object?
Why do we have servlet listeners?
Explain the difference between jsp and servlet?