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
What do you mean by cgi?
What are the types of Session Tracking ?
What are the disadvantages of storing session state in cookies?
Explain mvc pattern.
What are the different methods involved in generic servlet?
Should I override the service() method?
What are the annotations used in servlet 3?
Why do you use session tracking in httpservlet?
What is generic servlet class?
Which protocol will be used by browser and servlet to communicate
What is the GenericServlet class?
Is servlet synchronized?
What are the servlet events?
What is the directory structure of a war file?
What is servlet container. how it works?