What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What's the use of servletcontext?
Which httpsession object is used to view and manipulate information about a session?
What do you mean by request dispatcher in servlet?
What is servlet and its types?
What is setattribute in servlet?
Why is httpservlet declared abstract?
What is servlet and its use?
What is the difference between Servlets and Applets?
How can I share objects across different sessions?
What is generic servlet class?
What is done after deploying a war file and before client gives a request
What are the life cycle methods of a servlet?