What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answer Posted / ravikiran(aptech mumbai)
session management will be obsructed.because there is no
source to save the session Id as a header
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the web server used for running the Servlets?
What is a web container and what is its responsibility?
What is servlet looping or chaining?
What are the life cycle methods of the servlet?
What is the difference between portlet and 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 to rectify errors in java servlet while compilation?
What are the servlet events?
What is Servlets and explain the advantages of Servlet life cycle?
What’s the difference between genericservlet and httpservlet?
Why session tracking is needed?
Is it possible to have a constructor inside the servlet?
What are the features added in Servlet 2.5?
How printwriter is different from servletoutputstream?
What are the different methods of session management in servlets?