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 is Servlet Context?

5 Answers  


What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


What is servlet api used for conneting database?

0 Answers  


What are the exceptions thrown by Servlets?

4 Answers   Amplify Mindware,


Can you call a jsp from the servlet?

0 Answers  






How to handle exceptions thrown by application with another servlet?

0 Answers  


How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


Which java application server is the best?

0 Answers  


Write all the phases defined in servlet life cycle?

0 Answers  


How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?

2 Answers  


What is java servlet?

0 Answers  


What do you mean by session tracking and also explain its techniques?

0 Answers  


Categories