---
title: "What is the difference between session object and application object?"  
description: "What is the difference between session object and application object?"  
author: "Sophia Morrow"  
published: 2017-11-15  
canonical: https://answers.mindstick.com/qa/30651/what-is-the-difference-between-session-object-and-application-object  
category: "programming"  
reading_time: 1 minute  

---

# What is the difference between session object and application object?

What is the [difference](https://www.mindstick.com/blog/398/difference-between-object-type-and-var-type) between [session object](https://www.mindstick.com/forum/2365/session-object-in-mvc) and [application object](https://www.mindstick.com/interview/1020/how-can-exception-be-handled-with-out-the-use-of-try-catch)?

## Answers

### Answer by Arti Mishra

**Difference between [session](https://www.mindstick.com/articles/12042/session-in-c-sharp) object and [application](https://www.mindstick.com/blog/59/xaml-extensible-application-markup-language) object:**

**Session Object** The Session object is those objects which are used to **store the specific information** of that user which is entered in the application and when the **user leave from the application then object will be destroyed**. If again, the user enters into the application, it creates different session id.\
**Application Object** The application object is those objects which are **accessible for the entire application** and **sharable across multiple users**. And it **only destroys when the application stops**. By using application object we can easily find out how many people’s can access that particular site. \


---

Original Source: https://answers.mindstick.com/qa/30651/what-is-the-difference-between-session-object-and-application-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
