Does mvc support session?
Answer / Manish Yadav
Yes, ASP.NET MVC supports sessions. Sessions allow you to store data for a user across multiple requests. However, it is recommended to use other methods such as cookies or databases for storing user-specific data due to the potential performance overhead and scalability issues associated with sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the MVC pattern with example
What is the role of a controller in an MVC application?
Difference between mvc and web api?
Is there viewstate in mvc?
What is mvc and why it is used?
What is mockmvc?
Why mvvm is better than mvc?
What is mvc and its advantages?
Why is mvc needed?
What is mvc viewdata?
Steps for the execution of an MVC project?
Is razor pages replacing mvc?