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 if we pass negative value in load-on-startup?
What is http servlet? Explain with the help of an example.
What is the difference between servlet and jsp?
Which HTTP method is non-idempotent?
What is Client-Server Computing?
Why don't we write a constructor in a servlet?
What's the architecture of a servlet package?
What are the various ways of session supervision in servlets?
Who is responsible to create the object of servlet?
What is pure servlet?
What is the disadvantage of cookies?
What is Request Dispatcher?
why we should override only no-agrs init() method.
What are the difference between RMI and Servlets?
The code in a finally clause will never fail to execute, right?