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 is called Session Tracking?
What is the difference between the http servlet and generic servlet?
What's the advantages using servlets than using cgi?
What is the difference between Servlets and Applets?
Servlet is pure java object or not?
When Servlet is unloaded?
What is difference between server and servlet?
What are the two important api's in for servlets?
What do you mean by mime type?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is servletconfig?
How servlets are deployed in java?
What is the difference between portlet and servlet?
How can we refresh automatically when new data is entered into the database?
How the servlet is loaded?