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


Please Help Members By Posting Answers For Below Questions

What are the differences between the servletconfig interface and the servletcontext interface?

582


If my browser does not support cookie, and my server sends a cookie instance what will happen?

652


Name the different ways of session tracking.

567


What are the types of an http request?

582


What is api in servlet?

524






What is a java servlet?

556


Explain the difference between get and post method in servlet?

605


why we should override only no-agrs init() method.

678


Difference between GET and POST?

709


What are the advantages of Servlet over CGI?

667


What is meant by session? Tell me something about httpsession class?

601


What is cookie in servlet?

594


What's the use of servletcontext?

681


Can we override destroy method in servlet?

504


How to commuincate between an applet and a servlet?

592