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
What is servlet name in web xml?
What are the types of servlets? Explain
What's the use of servletcontext?
What is the main purpose of java servlets?
What is the directory structure of web application?
What is servlet and how it works?
Is it good idea to create servlet constructor?
What is dispatcher servlet?
What are the types of Session Tracking ?
How can we upload the file to the server using servlet?
What do you mean by annotations in servlet?
What are the key methods that are involved in processing of http servlets?
How can you push data from an Applet to a Servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How servlet is created?