You use session the same way you do in webforms.
In your controllers you can simply use the Session
object. You could save the state of a model in Session
and pass the result to your view.
refer this link-
http://stackoverflow.com/questions/6082888/how-do-i-use-asp-net-session-object-in-my-mvc-3-web-app