Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the need of session tracking in HttpServlet ?

Answers were Sorted based on User's Feedback



What is the need of session tracking in HttpServlet ?..

Answer / 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

What is the need of session tracking in HttpServlet ?..

Answer / 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

What is the need of session tracking in HttpServlet ?..

Answer / saikiran

Because of http is an stateless protocal
that don't have a capacity to remember ur information
for that we r tracking by using of
.urlRewriting
.Hiddenform Fields
.Cookies
.HttpSession

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is httpservlet class?

0 Answers  


How can you use a servlet to generate a plain text instead of html?

0 Answers  


What are the supporting protocol by HttpServlet ?

0 Answers  


What are the phases of a servlet life cycle?

0 Answers  


How we can create war file in servlet?

0 Answers  


What is a servlet-to-servlet communcation?

0 Answers  


can we use more than one controller in web application

3 Answers   IBM,


What is the difference between doGet and doPost?

9 Answers   iGate,


What are session variable in servlets?

0 Answers  


what happens if we wont use destroy()?

4 Answers   IBM,


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


What is a web container and what is its responsibility?

0 Answers  


Categories