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 |
Explain in detail about applet to servlet communication?
How servlets are deployed in java?
When servlet is loaded?
Which method of the httpservletrequest object is used?
Some examples where generic servlet is used?
Whats the advantages using servlets over using CGI?
What is httpservlet class?
What is the difference between context parameter and context attribute?
What is the main purpose of java servlets?
Why do we have servlet filters?
What is the protocol used by Server & Client?
What is the dispatcher servlet?