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
How do you get the ip address of the client in servlet?
What is a servlet engine?
What is cookies in servlet with example?
What are all the ways for session tracking?
Why jsp is better than servlet?
How do we translate jsp?
Is servlet thread safe?
What is the use of java servlet api?
What do you mean by servlet context?
What is URL Encoding?
Why do we need servlet filter?
Write a program to show the functionality of servlets.
How do you invoke a servelt?
What is the life-cycle of servlets?
What is the major difference between context parameter and context attribute?