Moderate

How do you explicitly kill a user session ?

Correct answer: D. Session.Abandon

  • A. Session.Exit
  • B. Session.Close( )
  • C. Session.Discard( )
  • D. Session.Abandon

Explanation

Session.Abandon() explicitly ends the current ASP.NET session and causes its session-state data to be discarded. Close and Exit are not the standard ASP.NET Session methods for terminating a session.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions