Disable Session State at the Application Level

Answer Posted / k.vijayakumar

Go to Web.Config file under the <system.web>
use the tag <sessionstate mode="off"> then we restrict the
session state in entire project

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain weak typing and strong typing.

565


Which two new properties are added in asp.net 4.0 page class?

529


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

972


What is server redirect?

551


What is session in http request?

558






Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

567


How do you handle server controls?

661


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1411


What is the full meaning of asp.net?

528


What is the use of execute non query in asp.net?

485


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

441


What are the two Layouts supported by a Web form in ASP.NET?

558


What is Bundling and Minification in MVC?

586


What is GAC in ASP.NET 2.0

591


How do u declare static variable and how it is declared and what is its lifetime?

520