If we disable cookies in our web page, what will happen?
Answer Posted / gajendra
If cookies are disabled in our browser, Session tracking
gets failed.
To overcome this limitation URL Rewriting concept will be
used.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
Given the request path below, which are context path, servlet path and path info?
Why is httpservlet declared abstract?
When should you prefer to use doget() over dopost()?
why we should override only no-agrs init() method.
Why do we have servlet wrapper classes?
What is cgi?
How do you find out what client machine is making a request to your servlet
Can we fetch the attributes related to a servlet on a different servlet?
Servlet is pure java object or not?
Who is responsible for writing a constructor?
Is dispatcher servlet a singleton?
What is the major difference between context parameter and context attribute?
What is servlet container. how it works?
Why HttpServlet class is declared abstract?
What is the use of servlet context?