What happens, if server sends a cookie to a browser that
doesn't supports cookies?

Answers were Sorted based on User's Feedback



What happens, if server sends a cookie to a browser that doesn't supports cookies?..

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

What happens, if server sends a cookie to a browser that doesn't supports cookies?..

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

Post New Answer

More Servlets Interview Questions

give the syntax of doGet() and doPost()?

2 Answers  


What is servlet instance?

0 Answers  


What is http servlet? Explain with the help of an example.

0 Answers  


What is a servlet context?

0 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  






When should you prefer to use doget() over dopost()?

0 Answers  


Describe some assignments that are executed by servlet container?

0 Answers  


Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?

3 Answers   Bosch, Cognizant,


Can we override destroy method in servlet?

0 Answers  


Explain the working of service() method of a servlet.

0 Answers  


What's the difference between authentication and authorization?

0 Answers  


What is the type of method for sending request from http server?

0 Answers  


Categories