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
How is a session stored and maintained in asp.net?
What is the difference between session and application?
How does exception management works in ASP.NET?
Explain server side state management system.
Describe state management in asp.net?
Explain the difference between value type and reference type?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is session id in web application?
How can we register exception filter from the action?
Can more than one person use the same login?
How do cookies work?
List all templates of the repeater control.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Describe session handling in a webfarm?
What are server objects?