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 / makthar basha

HTTP is a "state less" protocol and it does not maintain the
client state, But there exist a mechanism called "Session
Tracking" which helps the servers to maintain the state to
track the series of requests from the same user across some
period of time.

Note:HTTP is a stateless protocol that means client(browser)
sends the request to the server and server sends the
response to the client, once the response is returned to
client, server does not remember anything about the client
state.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the architecture of a servlet package?

556


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()?

614


What are the functions of the servlet container?

1027


Can we override servlet service method?

585


How we can call a jsp from the servlet?

529






Servlet is pure java object or not?

719


How do you invoke a servelt?

620


What is the difference between jsp and servlet life cycle?

685


What are life cycle methods of a servlet?

586


Which event is fired at the time of setting, getting or removing attribute from application scope?

609


What is cgi?

594


How the typical servlet code look like ?

635


What do you mean by deployment descriptor?

551


Explain the architechure of a servlet?

602


How httpservlet is different from the genericservlet?

560