Answer Posted / Gourav Parkar
In MVC, you can maintain sessions using the HttpSessionStateBase object. You can store and retrieve data from this object across multiple requests. Sessions are managed by ASP.NET and not directly by the MVC framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers