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
Differentiate the session object and application object?
What are the uses of list view control in Asp.net?
Explain about the Class view window?
What are different methods of session maintenance in asp.net?
How does session work in asp net?
Is asp.net still used?
Explain cookies with example.
Is data edited in the Repeater control?
Why session is necessary in web application?
Explain Session state management options in ASP.NET.
Explain what is an abstract class?
What is the difference between web config and machine config files?
Where session variables are stored?
Explain difference between dataset and recordset?
What is comparevalidator?