What is the default time (in minutes) when a page session ends if the user…
2018
What is the default time (in minutes) when a page session ends if the user does not refresh or request a page?
- A.
10
- B.
15
- C.
20
- D.
25
Attempted by 4 students.
Show answer & explanation
Correct answer: C
In web applications (HTTP sessions, JSP/Servlets), the default session timeout is 20 minutes if there is no user activity.