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
How to notify an object in session when session is invalidated or timed-out?
Why is servlet used?
What is a servlet?
What is the need of session tracking in web application?
How can you create a session in servlet?
Explain the servlet context.
What do you mean by httpservlet?
What is http servlet in java?
What is servlet and how it works?
How does java thread pool work?
What are the advantages of Servlet over CGI?
What is the process for chaining servlet?
What is the life-cycle of servlets?
explain the advantages of servlet life cycle?
How do cookies work in servlets?