Moderate

By default, ASP.NET store SessionIDs in ___________________?

Correct answer: B. Cookies

  • A. Global variable
  • B. Cookies
  • C. Database
  • D. Database

Explanation

ASP.NET stores the session identifier in a cookie by default, usually named ASP.NET_SessionId. Session data itself may use different storage providers, but the identifier is not normally kept in a global variable or database.

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