Multiple choice technology web technology Which of the following tags is used to set the timeout interval for HttpSession? session-timeout session-min-time session-inactive-time 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.