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
How forward () method is different from send redirect () method?
What are the functions of the servlet container?
What are the ways to handle multi-threading in servlets?
How can you create a session in servlet?
What is a cookie What is the difference between session and cookie
What are different methods of session management in servlets?
Explain jsessionid?
What do you mean by servlet context?
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
Can filter be used as request or response?
How to commuincate between an applet and a servlet?
What is the life cycle of a servlet?
Explain the steps involved in placing a servlet within a package?
What are the features added in Servlet 2.5?
What are the benefits of using servlet over cgi?