Pawan Bhise
Pawan Bhise

Reputation: 31

How to maintain user session in MVC?

I am new to MVC.Can any budy explain me about session in MVC.I use session["user"] in .Net web application.Is it similar to it.

Upvotes: 0

Views: 2682

Answers (1)

Safran Ali
Safran Ali

Reputation: 4497

here is the link that explains how to use session in MVC

Session variables in ASP.NET MVC

here is your answer ... just one more point that before you post a question do search for the similar question on the site or web else your question will be closed down ...

Upvotes: 2

Related Questions