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 exception should be thrown when servlet is not properly initialized?

548


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

2270


What is Servlet API used for connecting database?

610


How can we achieve transport layer security for our web application?

560


Explain is servlet mapping?

570






When a servlet accepts a call from a client, it receives two objects. What are they?

749


Explain the difference between jsp and servlet?

580


Why do we use sendredirect() method?

540


What is string tokenizer?

622


How would you create deadlock on your servlet?

614


Why doesn’t a servlet include main()?

552


How the servlet is loaded?

590


Can you explain in detail 'javax.servlet' package?

537


Describe some assignments that are executed by servlet container?

571


Why servlet is faster than jsp?

557