---
title: "How to maintain session in MVC?"  
description: "How to maintain session in MVC?"  
author: "Shrikant Mishra"  
published: 2020-08-20  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/33730/how-to-maintain-session-in-mvc  
category: "asp.net mvc"  
tags: ["c#", "asp.net mvc", "mvc4"]  
reading_time: 1 minute  

---

# How to maintain session in MVC?

The session can be maintained in MVC by three ways **temp data, viewdata,** and **view bag.**

## Answers

### Answer by Shrikant Mishra

The session can be maintained in MVC by three ways **temp data, viewdata,** and **view bag.**


---

Original Source: https://www.mindstick.com/interview/33730/how-to-maintain-session-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
