Answer Posted / shakir khan
session is an object used by the servlet to track a user
interaction with web application across multiple HTTP
requests.
session is a collection or sequence of HTTP requests over a
period of time between client and webserver.when a session
is created,its life time is also set,defalut being 3 minute.
Upon expiration,session is destroyed,its resources returned
back to the engine.sessions can be prematurely destroyed by
the developer.
If a session is configured to last for 30 min.Upon
expired,client will need to start a new session.Each
session requires unqiue session id that can be used by the
client.
Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What exactly is a servlet?
What is the use of servlet context?
What is the purpose of dispatcherservlet properties?
What is servlet and its advantages?
What is the servlet?
What is servlet name in web xml?
What are different methods of session management in servlets?
Can you use javascript in servlets?
What's the architecture of a servlet package?
What do you mean by cgi in servlet?
Explain request dispatcher and its methods.
Differentiate between get and post?
Explain in brief the directory structure of a web application?
What are the common methods that are included in the http servlet class?
Why is Servlet so popular?