Multiple choice technology web technology

Can turn off session state in web.config file?

  1. Yes

  2. No

  3. Can't say

  4. None of there

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Session state can be disabled in web.config using the element with mode="Off". This is useful for stateless applications or when you want to disable session management entirely. The 'No' option is incorrect because the feature exists and is configurable.