Moderate

Which of the following is true about session in ASP.NET ?

Correct answer: C. ASP.NET automatically delete sessions after configurable timeout interval

  • A. The default time interval is 5 minutes
  • B. Programmers has to take care of delete sessions after configurable timeout interval
  • C. ASP.NET automatically delete sessions after configurable timeout interval
  • D. None of the Above

Explanation

ASP.NET uses the session timeout setting, 20 minutes by default, and expires inactive session state automatically. Application code does not normally need to delete each expired session manually.

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