Mention how can maintain session in mvc?
Answer / 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 |
What is mvc route constraints?
What is the use of spring mvc?
How does view data differ from view bag in mvc?
What is render view in mvc?
What is model layer mvc?
Is flask an mvc model and if yes give an example showing mvc pattern for your application?
What is mvc routing?
Explain attribute based routing in mvc?
What are the different view engine in mvc?
Does mvc have viewstate?
List out a few different return types of a controller action method?
What are the advantages of using ioc containers in an application?