It\'s not explicitly written somewhere but I felt so after reading few blogs on ASP.NET MVC. Just got curious and thought of asking it here.
UPDATE:
Use TempData instead of HttpSessionState. TempData is Mvc's wrapper of Session state.
TempData
HttpSessionState