What is a SESSION and APPLICATION object?
Ask by Sumit Kesarwani
Updated 23 Sep 2020
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.