What is the need of session tracking in HttpServlet ?

Answer Posted / muthusenthil

As per http protocol no user information is pertained.
every request is considered as a new request and there will
not be any session maintained between requests. so to
maintain users information we have to use session
tracking

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it good idea to create servlet constructor?

738


What are the different ways we can maintain state between requests?

567


Describe the phases of servlet lifecycle?

630


How to upload a file to the server using servlet?

531


What is servlet container?

663






What is Servlets and explain the advantages of Servlet life cycle?

579


What methodology can be followed to store more number of objects in a remote server?

1815


Whether we can get deadlock situation in servlets?

572


Why are http servlets used in programming?

545


What is generic servlet class?

596


Differentiate between get and post?

680


Which java framework is most popular?

576


What is meant by a servlet?

604


Differentiate between the web server and application server?

556


What is the difference between CGI and Servlet?

585