Multiple choice .net

Client-side state management techniques are appropriate when using:

  1. sensitive information.

  2. critical applications.

  3. an intranet.

  4. Both a and b.

  5. All of the above.

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

Client-side state management should not be used for sensitive information (tampering risk) or critical applications (unreliable). It's more appropriate for controlled environments like intranets where security is less of a concern. Public-facing applications with sensitive data need server-side state management.