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

What's the use of servletcontext?

1 Answers  


Which httpsession object is used to view and manipulate information about a session?

1 Answers  


What do you mean by request dispatcher in servlet?

1 Answers  


What is servlet and its types?

1 Answers  


What is setattribute in servlet?

1 Answers  


Why is httpservlet declared abstract?

1 Answers  


What is servlet and its use?

1 Answers  


What is the difference between Servlets and Applets?

1 Answers  


How can I share objects across different sessions?

2 Answers   Accenture,


What is generic servlet class?

1 Answers  


What is done after deploying a war file and before client gives a request

2 Answers   Bosch,


What are the life cycle methods of a servlet?

1 Answers  


Categories