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 / ravikiran.chd

session tracking is a mechanism to remembering the client
for a multiple sequence of requests.
1).Hidden Form Fields
2).Cookies
3).Sessions
4).Url Rewriting

cookies are used when u wish to transfer less amount of data
under multiple requests.

session management is used to keep track of the user for
multiple requests

URl rewriting is used to keep track of sessions when cookies
are disabled

Is This Answer Correct ?    21 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define servlet mapping?

662


What is the disadvantage of cookies?

582


Explain the lifecycle of a servlet?

513


What is the use of java servlet api?

604


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

547






What are the phases of a servlet life cycle?

622


What are the servlet events?

596


What is Request Dispatcher?

809


What is the difference between context parameter and context attribute?

535


What are the supporting protocol by HttpServlet ?

661


How to rectify errors in java servlet while compilation?

523


Why the container loads server at the application startup and how?

585


Explain the difference between get and post method in servlet?

609


What is context in servlet?

544


What is a server side include (ssi)

570