Multiple choice technology web technology

Which of the following tags is used to set the timeout interval for HttpSession?

  1. session-timeout

  2. session-min-time

  3. session-inactive-time

  4. session-interval-time

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

The session-timeout tag is used within the element in web.xml to specify session timeout in minutes. The other options (session-min-time, session-inactive-time, session-interval-time) are not valid XML tags for session configuration.