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 is difference between cookies and httpsession?
How variables can be accessed across the sessions?
How can we perform any action at the time of deploying the project?
How do you invoke a servelt?
Why the concept of single thread model interface is used?
How is the get () method different from the post() method?
What is servlet lazy loading?
What are different Authentication options available in Servlets.
How can you run a servlet program?
What are the functions of Servlet container?
Explain servlet.
What exception should be thrown when servlet is not properly initialized?