What is the disadvantage of cookies?
Answer / Kamal Saini
The disadvantages of cookies include security risks, as they can be intercepted by malicious users; privacy concerns since they store user data on the client's computer and can potentially be accessed by other applications; size restrictions as the maximum number of cookies a browser can handle may vary, leading to potential issues with large websites or applications that rely heavily on cookie storage; and the possibility for cookies to expire at inappropriate times due to misconfigurations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Servlets and Applets?
What advantages do servlets have over CGI programs?
What is servlet collaboration?
Why do we have servlet wrapper classes?
Can threads be used in Servelet?
What is cookies in servlet with example?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How can we include static files in the jsp page?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the functionality of actionservlet and requestprocessor?
What are the advantages of servlets over traditional cgi?
difference between sendredirect,forward and url rewritting