---
title: "What is a SESSION and APPLICATION object?"  
description: "What is a SESSION and APPLICATION object?"  
author: "Sumit Kesarwani"  
published: 2014-01-28  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1900/what-is-a-session-and-application-object  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What 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.

## Answers

### Answer by Mahesh Joshi Joshi

The 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

### Answer by Sumit Kesarwani

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.


---

Original Source: https://www.mindstick.com/interview/1900/what-is-a-session-and-application-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
