Multiple choice .net

If there is no activity from a browser, how long will a session variable last?

  1. 10 minutes

  2. 20 minutes

  3. 60 minutes

  4. 100 minutes

  5. 200 minutes

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In ASP.NET and many other web frameworks, the default session timeout is 20 minutes. If no requests are received from the browser within this window, the server-side session state is discarded to free up memory. This value can be adjusted in the configuration files.