Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product Name

CIS CSAT Pro - SecureSuite CIS Controls Self Assessment Tool

Product Version

v1.x.x

Date

26 Apr



Problem

Info

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:

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

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

    Code Block
    servlet:
            session:
                timeout: number_of_seconds

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

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

Info

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

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "sbp_fer"

Copyright © 2020 2023

Center for Internet Security®


Page Properties
hiddentrue

Action

Name(s)

Date

Linked ticket

support-25066, support-26241

Created by

Andrew Dannenberger

Reviewed by

SBP Product Technical Support Team (Amanda McGown Allan Cornwell Andrew Dannenberger Nick Romanzo Parami Swenson (Unlicensed) )

Approved by

Amanda McGown

Remove by