We are facing some issue in handling the Session from ASP to MVC2.
All the sessionstates are stored in SQL server and Scenario like Main application in Classic ASP and when i use ASP.net we are able handle the session(system.web) in client application but when i migrate/move to MVC2.0(it supports Dotnet Framwork3.5) not able to handle session(system.web.mvc).Could you please guide us how to do that?