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 Request Dispatcher?
What is the difference between servlet and jsp?
How do we translate jsp?
Name the packages that work with servlet?
What's the difference between authentication and authorization?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is difference between server and servlet?
Define servlet mapping?
What is difference between Forward() and sendRedirect() methode?
What is the use of servletconfig interface?
What is http servlet?
How to rectify errors in java servlet while compilation?