If we disable cookies in our web page, what will happen?
Answer Posted / sekhar babu
if cookies are disable the session tracking gets failed it
unable to identifies the clients previous request.
even cookies are disable we can maintain session with
res.encodeURL("path") method.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What’s the use of the servlet wrapper classes??
When servlet is loaded?
Explain get and post.
What exception should be thrown when servlet is not properly initialized?
What is the use of welcome-file-list?
Explain the difference between jsp and servlet?
How a servlet is unloaded?
What do you mean by servlet?
What are the different session tracking techniques?
What is a generic servlet?
What do you mean by session tracking?
What are the drawbacks of cgi?
What is cgi and what are its drawbacks?
Define the life cycle of a servlets.
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?