What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answer Posted / 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 |
Post New Answer View All Answers
What is the type of method for sending request from http server?
What is the workflow of a servlet?
Why do we use sendredirect() method?
What is the process for chaining servlet?
Given the request path below, which are context path, servlet path and path info?
What is the difference between encodeRedirectUrl and encodeURL?
List out the difference between ServletConfig and ServletContext?
Can we fetch the attributes related to a servlet on a different servlet?
If a servlet is not properly initialized, what exception may be thrown?
What are the phases of servlet life cycle?
How can an existing session be invalidated?
How we can call a jsp from the servlet?
What is the use of servlet wrapper classes?
Explain the difference between servletconfig and servletcontext in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?