---
title: "What are the advantages of using session?"  
description: "What are the advantages of using session?"  
author: "Sunita  Singh"  
published: 2017-11-15  
canonical: https://answers.mindstick.com/qa/30663/what-are-the-advantages-of-using-session  
category: "programming"  
reading_time: 1 minute  

---

# What are the advantages of using session?

What are the [advantages](https://www.mindstick.com/blog/300577/advantages-and-disadvantages-of-web-3-0) of using [session](https://www.mindstick.com/articles/12042/session-in-c-sharp)?

## Answers

### Answer by Arti Mishra

There are many advantages of using session in our program, are as follows-

- It is easy to implement and is just similar to using view state.
- It stores user states and data to all over the application.
- Accessing of data is very fast as it stores session data in memory object of the current application domain.
- It works in the multi-process configuration, thus ensures platform scalability.
- Easy mechanism to implement and we can store any kind of object.
- Session is secure and transparent from user because session object is stored on the server.


---

Original Source: https://answers.mindstick.com/qa/30663/what-are-the-advantages-of-using-session

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
