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
How to commuincate between an applet and a servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Explain the architechure of a servlet?
What are the different methods involved in the process of session management in servlets?
What is the major difference between context parameter and context attribute?
Write a simple servlet program to print the contents of html.
What is servlet and list its types?
What do you mean by the servlet chaining?
What are the different mode that servlets can be used?
Explain web container.
What is context in servlet?
Define the servlet mapping.
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How many objects of a servlet is created?