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
Differentiate between the web server and application server?
What do you mean by default initialization in java servlet?
What's the use of servletcontext?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How do you design microservices?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
why we should override only no-agrs init() method.
What is called Scriptlet?
what is servlet chaining?
What do you mean by url pattern in servlet?
What are the new features added to servlet 2.5?
Which event is fired at the time of session creation and destroy?
What are all the advantages of servlet over cgi?
What is preinitialization of a servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?