SV-250322r960735_rule
V-250322
SRG-APP-000001-AS-000001
IBMW-LS-000010
CAT II
10
To limit the max number of concurrent sessions available, the ${server.config.dir}/server.xml must be configured with maxInMemorySessionCount set according to system security plan and allowOverflow="false".
EXAMPLE:
<httpSession maxInMemorySessionCount="5" allowOverflow="false" />
Review the System Security plan to determine the maximum number of concurrent sessions allowed. This is a per user setting and must be defined by the application admins.
As a privileged user with access to the server.xml file, review file content and identify the "maxInMemorySessionCount" and the allowOverflow settings.
EXAMPLE:
grep -i maxInMemorySessionCount server.xml
<httpSession maxInMemorySessionCount="xxxx" allowOverflow="false" />
If maxInMemorySessionCount is not set in server.xml according to the settings defined in the system security plan or if allowOverflow="true", this is a finding.
V-250322
False
IBMW-LS-000010
Review the System Security plan to determine the maximum number of concurrent sessions allowed. This is a per user setting and must be defined by the application admins.
As a privileged user with access to the server.xml file, review file content and identify the "maxInMemorySessionCount" and the allowOverflow settings.
EXAMPLE:
grep -i maxInMemorySessionCount server.xml
<httpSession maxInMemorySessionCount="xxxx" allowOverflow="false" />
If maxInMemorySessionCount is not set in server.xml according to the settings defined in the system security plan or if allowOverflow="true", this is a finding.
M
5424