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 |
Explain the concept of default route in mvc
What do you mean by action methods?
Steps for the execution of an MVC project?
Does mvc support session?
What is the difference between apicontroller and mvc controller?
What is the meaning of razor view engine?
What's the difference between mvc and mvp?
What is antiforgerytoken in mvc?
What are child actions in mvc?
What is front controller?
What is mvc in spring?
What is the main view engine called?