What are the use of Application Object and Session Object in JSP

Questions by Nasir Karim

Showing Answers 1 - 2 of 2 Answers

Session :

The session implicit object is used to provide an association between the client and the server. This association, or session, persists over multiple connections and/or requests during a given time period. Sessions are used to maintain state and user identity across multiple page requests.

Application :

Application objects that contains methods, which has information about the jsp container.

  Was this answer useful?  Yes

krishna

  • Jun 7th, 2006
 

I think Application Object will be available throughout the webapplication and it is alive upto the application is shutdown. and the session object is available particularly in sessions , and if the session is timed out or it is closed then the objects will be destroyed.If it is not correct plz intimate me krishna_darl@yahoo.co.in

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions