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

How to handle exceptions thrown by application with another servlet?

788


Why is http protocol called as a stateless protocol?

706


Explain how does JSP handle run-time exceptions?

765


What do you mean by servlet?

886


What is a web container and what is its responsibility?

697


What is the difference between context parameter and context attribute?

704


How do cookies work in servlets?

777


how the HTML data stored in web server?

2161


What is setattribute in servlet?

735


When to use doget() and when dopost()?

803


What’s the difference between forward() and sendredirect() methods?

750


Explain the architechure of a servlet?

797


Explain how to improve Servlet Performance?

790


Why jsp is better than servlet?

719


What are the different methods involved in the process of session management in servlets?

881