240.

Which of the following is the correct way to disable session state in an ASP.NET page?

You can use the @ENABLESESSIONSTATE processing directive to turn off session tracking for a page. Session tracking maintains information about a set of requests that are issued by a single client. If your page does not rely on session information, turning off session tracking may decrease the time it takes for IIS to process the script.