What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answer Posted / sujeev
as per my knowlege if browser does n't support cookies, we
have anothere option as URL Rewritting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Servlets and Applets?
What is a web container and what is its responsibility?
How do we call one servlet from another servlet?
How can we invoke another servlet in a different application?
What is webservlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the difference between Server and Container?
What are the types of servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is Request Dispatcher?
What are the phases of the servlet life cycle?
What are the disadvantages of storing session state in cookies?
How do you invoke a servelt?
What do you mean by cgi in servlet?
What is Client-Server Computing?