---
title: "What are the differences between Application object and session object?"  
description: "What are the differences between Application object and session object?"  
author: "Sumit Kesarwani"  
published: 2014-11-20  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2249/what-are-the-differences-between-application-object-and-session-object  
category: "asp.net"  
tags: ["asp.net", "session"]  
reading_time: 1 minute  

---

# What are the differences between Application object and session object?

The session object is used to maintain the session of each user. If one user enter in to the application then they get session id if he leaves from the application then the session id is deleted. If they again enter in to the application they get different session id.

But for application object the id is maintained for whole application.

## Answers

### Answer by Sumit Kesarwani

The session object is used to maintain the session of each user. If one user enter in to the application then they get session id if he leaves from the application then the session id is deleted. If they again enter in to the application they get different session id.

But for application object the id is maintained for whole application.


---

Original Source: https://www.mindstick.com/interview/2249/what-are-the-differences-between-application-object-and-session-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
