what is a session object?

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


Please Help Members By Posting Answers For Below Questions

Why is init() method is used in servlets?

550


What is servlet in simple terms?

557


What are life cycle methods of a servlet?

583


How do I use cookies to store session state on the client?

527


What is meant by a servlet?

595






What is meant by a web application

533


What must be implemented by all servlets?

566


What is the use of httpservletrequestwrapper?

584


What is new in ServletRequest interface ? (Servlet 2.4)

568


Can we use threads in Servlets?

646


explain the advantages of servlet life cycle?

551


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

612


What do you mean by interservlet communication?

576


Write a servlet to upload file on server.

591


What do you understand by mime type?

558