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 session tracking?what are types of session
tracking ?and when to cookies,when to use
sessionmanagement,whent use url rewriting technique,plz
explain briefly?

Answer Posted / sachin

Session tracking is a mechanism that servlets use to
maintain state about a series of requests from the same
user (that is, requests originating from the same browser)
across some period of time.

Cookies are a mechanism that a servlet uses to have clients
hold a small amount of state-information associated with
the user. Servlets can use the information in a cookie as
the user enters a site (as a low-security user sign-on, for
example), as the user navigates around a site (as a
repository of user preferences for example), or both.

Is This Answer Correct ?    45 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between authentication and authorization?

1207


What is url encoding and url decoding

1233


When Servlet is unloaded?

1149


Why filter is used in servlet?

1042


What are the functions of an intercepting filter?

1013


What is the use of welcome-file-list?

1077


What is meant by cookies?

1136


What is servlet and its types?

1105


Can you create a deadlock condition on a servlet?

1128


Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?

1152


What is string tokenizer?

1144


What is the need of session tracking in web application?

1093


What is java servlet?

1110


What is the purpose of requestdispatcher interface?

1141


What is the difference between servlet and filter?

1006