Question: What method do you use to explicitly kill a user's session?

  1. `Session.Timeout()`
  2. `Session.Abandon()`
  3. `Session.KillAll()`
  4. `Session.Remove()`

Answer: The correct answer of the above question is Option B:`Session.Abandon()`