Jump to content

How to configure KSC 11-14.2 Web console idle timeout [KSC for Windows]


Recommended Posts

Antipova Anna
Posted

Advice and Solutions (Forum Knowledgebase) Disclaimer. Read before using materials.

Problem

KSC Web Console can be used for monitoring purposes. It is particularly important to have no timeout disconnection errors in this scenario.

To avoid them, the timeout before Web Console disconnects can be increased. 

Step-by-step guide

All you have to do is the following:

  1. Edit node.js web server config file located at C:\Program Files\Kaspersky Lab\Kaspersky Security Center Web Console\server\config.json
  2. Change the following values and restart KSC WC services:
"clientIdleTimeout": 2147483600,
"clientLogoutTimeout": 2147483600,
"serverLogoutTimeout": 2147483600,

This value represents the maximum possible timeout period, which is about 24 days.

  • 6 months later...
Posted
"clientIdleTimeout": 2147483600,
"clientLogoutTimeout": 2147483600,
"serverLogoutTimeout": 2147483600,

The value is in millisecond units. 
Timeout for a day = 60 x 60 x 24 x 1000 = 86400000   

  • Like 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...