Answer Posted / 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 |
Post New Answer View All Answers