What is the need of session tracking in HttpServlet ?
Answer Posted / priya
Session is a time period within which a user enters a
webpage,access the data or performs some operations and
quits the page.
Consider the usual example of a shopping cart(which is
widely used to explain session tracking)where a user buys a
book and puts it in the cart, then starts browsing at other
books or check the list of books to buy another book.In
that case, it should be possible to keep track of that user
in the session otherwise it will not be possible to
identify the user and you cannot keep track of that user.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are common tasks performed by Servlet Container?
Explain the different ways for servlet authentication?
What is the major difference between context parameter and context attribute?
Which method of the httpservletrequest object is used?
What's the difference between servlets and applets?
What are the drawbacks of cgi?
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
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explain url encoding in servlet?
When to use doget() and when dopost()?
What are the different types of servlets?
What do you mean by httpservlet and how it is different from the genericservlet?
What are Servlets?
What do you mean by cgi in servlet?
What is http servlet?