Answer Posted / guest
session object is used to maintain a user session related
information on the server side. you can store,retrieve and
remove information from a sessoion object according to ur
program logic.A session object created for each user
persists on the server side,either until user closes the
browser or user remains idle for the session expiration
time,which is configurable on each server.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Explain the methods of request dispatcher in servlet?
What is the advantage of Servlets when compared with other server side technologies?
Is it possible to have a constructor inside the servlet?
What is the
What is lazy loading and what is Generic Servlet Class?
How can we refresh automatically when new data has entered the database?
Explain the working of service() method of a servlet.
What is the difference in between the httpservlet and generic servlet?
What is servlet name in web xml?
What do you mean by session tracking?
What is the process for chaining servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
Whats the advantages using servlets over using CGI?
What is cgi?
How can we invoke another servlet in a different application?