Moderate

In ASP.NET the sessions can be dumped by using ?

Correct answer: A. Session.Abandon

  • A. Session.Abandon
  • B. Session.Dump
  • C. Session.Exit
  • D. None of these

Explanation

Session.Abandon() ends the current session and discards its stored session state. Dump and Exit are not standard ASP.NET Session methods.

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