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 cookies in servlet with example?
How to rectify errors in java servlet while compilation?
What are the supporting protocol by HttpServlet ?
What do you mean by chaining in servlet?
What do you mean by servlet context?
Can we override destroy method in servlet?
What are all the protocols supported by httpservlet?
How to create war file?
What is called servlet mapping?
What is the use of request dispatcher interface?
Explain jsessionid and when is it created?
What is the use of attribute in servlets?
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?
What is servlet name in web xml?
What is a web application and what is it’s directory structure?