1. Home
  2. Security Hardening
  3. DISA IIS 10.0 Site V2R1
  4. IIST-SI-000236 – The IIS 10.0 websites connectionTimeout setting must be explicitly configured to disconnect an idle session.

IIST-SI-000236 – The IIS 10.0 websites connectionTimeout setting must be explicitly configured to disconnect an idle session.

Details

Leaving sessions open indefinitely is a major security risk. An attacker can easily use an already authenticated session to access the hosted application as the previously authenticated user. By closing sessions after a set period of inactivity, the web server can make certain that those sessions that are not closed through the user logging out of an application are eventually closed.

Acceptable values are 5 minutes for high-value applications, 10 minutes for medium-value applications, and 20 minutes for low-value applications.

Solution

Follow the procedures below for each site hosted on the IIS 10.0 web server:

Open the IIS 10.0 Manager.

Click the site name.

Select ‘Configuration Editor’ under the ‘Management’ section.

From the ‘Section:’ drop-down list at the top of the configuration editor, locate ‘system.web/sessionState’.

Set the ‘timeout’ to ’00:20:00 or less’, using the lowest value possible depending upon the application.
Acceptable values are 5 minutes for high-value applications, 10 minutes for medium-value applications, and 20 minutes for low-value applications.

In the ‘Actions’ pane, click ‘Apply’.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles