Multiple choice technology security

By managing sessions, you can't control how long an authenticated and authorized user can access the resource.

  1. True

  2. False

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

Session management DOES allow controlling access duration - through timeouts, explicit termination, and session policies. The statement claims you 'can't control' access time, which is false. Sessions are a primary mechanism for limiting authenticated user access.