Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Product Name

CIS CSAT Pro - SecureSuite CIS Controls Self Assessment Tool

Product Version

v1.x.x

Date



Problem

I want to be able to log in once a day for CSAT Pro. How can I extend the login session duration?

Solution

In this example, an 8 hour work day will be used as the session duration. Please see the steps below:

  1. Navigate to C:\\Program Files\CSAT_Pro\conf

  2. Open csat-config.yml

  3. Find the server: array line

    server:
        port: 443
        ssl:
    	{various ssl settings here}

    To change the auto logout/timeout setting, add the following to the server section of the config file:

    servlet:
            session:
                timeout: number_of_seconds

    Replace the number_of_seconds with your desired logout time. So, if you want to set it to 8 hours, the server section in your updated file will look something like:

    server:
        port: 443
        ssl:
    	{various ssl settings here}
        servlet:
            session:
                timeout: 28800
  4. After updating the config file, restart your csat service for the changes to take effect.

Because yaml files can be sensitive to spacing, please be sure to avoid using the tab key (use the space bar instead) when adding the lines.

Keywords; CSAT Pro login session duration

Content by Label


Copyright © 2020

Center for Internet Security®


  • No labels