Answer Posted / Surendra Nath Gupta
Session state in ASP.NET MVC is maintained using System.Web.SessionState.HttpSessionState class. To use sessions, enable it in the Web.config file under the <system.web> section.nnFor example:n<sessionState mode="InProc" cookieless="false"/>nThis sets session state to In-Process mode and enables cookies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers