Disable Session State at the Application Level

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


Please Help Members By Posting Answers For Below Questions

Where can I get information on cookies in asp.net?

561


Where the cookie value is stored?

509


How can we communicate with each server in N-tier Architecture? and what are the methods?

1787


What are HTTP handlers in ASP.NET?

573


Why Unload event of MasterPage Calls first in ASP.net ?

584






What is data grid view in asp.net?

531


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2024


What is enableviewstatemac in asp net?

597


Explain the steps needed to be performed in order to create an animation in xaml?

551


Explain what the contents of cookie?

590


What is xaml? Are xaml file compiled or built on runtime?

522


What are the benefits of view state?

545


How to display Alert in ASP.NET

639


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

535


List down the sequence of methods called during the page load.

522