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 and its advantages?
What are the servlet events?
How are filters?
What is the process for chaining servlet?
How can we refresh automatically when new data is entered into the database?
How can we perform any action at the time of deploying the project?
What are the exceptions thrown by servlets? Why?
Can you refresh servlet in client and server-side automatically?
Explain web container.
Why do we have servlet filters?
Differentiate between get and post?
What is the difference between context parameter and context attribute?
What is servlet in tomcat?
Tell us something about servletconfig interface.
Explain the steps involved in placing a servlet within a package?