Sumit Kesarwani
Total Post:782
Points:3910Total Post:782
Points:3910Post:1
Points:5The main difference between Session And Application Object is that We can able to kill the session when ever we want, but we cant Kill the Application Object
© Copyright © 2010 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:782
Points:3910What is a SESSION and APPLICATION object?
Session object store information between HTTP requests for a particular user.
Session variables are used to store user specific information where as in application variables we can’t store user specific information while application object are global across users.