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 |
What is mvc token?
What is the main purpose of mvc architecture?
Is mvc an api?
What is the difference between mvc and mvp?
What is mvc dapper?
What is mvc in spring?
What is razor view engine in mvc?
What is the difference between adding routes, to a webform application and an mvc application?
What is front controller?
What is database first approach in mvc using entity framework?
How does view data differ from view bag in mvc?
Why is mvc needed?