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
What is servlet api used for conneting database?
What is the difference between a generic servlet and http servlet?
What is meant by a servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How do we translate jsp?
What are the phases of the servlet life cycle?
What is the use of servlet wrapper classes?
What is the life cycle of a servlet?
Explain the different ways for servlet authentication?
What do you mean by chaining in servlet?
What is servlet in simple terms?
What is generic servlet class?
How can we include static files in the jsp page?
What is the dispatcher servlet?
How can the session in servlet be destroyed?