If we disable cookies in our web page, what will happen?
Answer Posted / navatha
If we disable the cookies in our webpage then the it cant
identify the clients request.because there will be no
jsessionid for our request.So it fails to remember our req
on the server .so once again it creates the sessionid for
another req.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How will you pass values from HTML page to the servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Can we use threads in Servlets?
What is ServletConfig object?
Is servlet a controller?
How servlet is created?
What is setattribute in servlet?
What are the difference between session and cookies in servlet? Explain
What is dispatcher servlet?
Write the code to get the server information in servlet.
Explain url encoding?
Explain the difference between jsp and servlet?
How does java thread pool work?
How do we translate jsp?
How native code can be used in a servlet?