Can turn off session state in web.config file?
-
Yes
-
No
-
Can't say
-
None of there
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.