Multiple choice technology security

A session is active until it is terminated

  1. when the user logs off

  2. when the session expires

  3. when an administrator disables a user

  4. when user hits another URL

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

User sessions terminate through valid mechanisms: user logout (explicit termination), session expiration (timeout), or administrative action (disabling user account). Hitting another URL is just session activity, not termination. All three listed scenarios are correct.