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 are the types of an http request?
What is difference between jsp and servlet?
What is the disadvantage of cookies?
Differentiate between the get and post method
What is the difference between CGI and Servlet?
What do you mean by request dispatcher in servlet?
Why do we use sendredirect() method?
When servlet is loaded?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How to upload a file to the server using servlet?
Define context initialization parameters.
What is the difference between servlet and jsp?
What are the different ways we can maintain state between requests?
How can a servlet be used to generate plain text instead of html?
Why servlet is faster than jsp?