Answer Posted / skmdali786
**
The following steps demonstrate how to disable
session state at the Application level, which affects all
pages in the application:
Start Microsoft Visual Studio .NET, and create a new ASP.NET
Web Application.
In Solution Explorer, double-click Web.config to view the
contents of this file.
Locate the <sessionState> section, and set the mode value to
Off.
Save the file and/or the project to disable session state
throughout all pages in the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is event in asp.net?
Explain the benefits of viewstate?
How to make paging concepts in datagrid in ASP.NET?
Describe the disadvantage of cookies.
What is difference between mvc and asp.net? : Asp.Net MVC
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Web API supports which protocol?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain about Automatic resource management?
How many types of sessions are there in asp net?
Why is an object pool required?
Explain the significance of routing? : asp.net mvc
What is the difference between cookie and session?
Why session management is required?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?