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
Which exception is thrown if the servlet is not initialized properly?
Define the life cycle of a servlets.
Why are servlets used?
What are the functions of the servlet container?
What is servlet and how it works?
What is the difference between servlet and jsp?
How to get the path of servlet in the server?
How we can get ip address of client in servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What are advantages of servlets over cgi?
When servlet is loaded?
Which event is fired at the time of session creation and destroy?
How can a servlet be used to generate plain text instead of html?
What is httpservlet class?
What do you mean by singlethreadmodel interface?