Welcome to the new home of the KX Community and KX Academy! Existing users are required to reset their passwords to log in

KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Solutions kx-platform timeout config

  • kx-platform timeout config

    Posted by leguan on December 13, 2021 at 12:00 am

    Hello Everyone,

    I would like to trouble you with:

    1. What does config “HARD_SESSION_TIMEOUT_MS”  in delta.profile control?

    2.  What does config “SOFT_SESSION_TIMEOUT_MS”  in delta.profile control?

    based on my experience, seems that this one determines how soon a connection would be closed if it stays in ideal, and it applies both on IPC and web-App connections. Pls correct me if it is wrong.

    3. I would like to keep web-app session logged on without auto-log-off , how to achieve this?

    change “soft…” = 0 ?  would this change the behavior of IPC or other remote socket connections as well ?

    thank you !

    leguan

    leguan replied 1 year ago 2 Members · 1 Reply
  • 1 Reply
  • Laura

    Administrator
    December 13, 2021 at 12:00 am

    Hi leguan,

    Thank you for the questions!

    1. HARD_SESSION_TIMEOUT_MS is the maximum time a session can last

    2. SOFT_SESSION_TIMEOUT_MS is the maximum time between requests

    More information on those configurations can be found here: https://code.kx.com/platform/kx_connect/#session-management

    You may be able to extend the maximum time of the session by changing the HARD_SESSION_TIMEOUT_MS config.

    Something to note: Documentation is shipped with all installs and can be found in the help menu within the platform.

    Hope this helps!

    Thanks,

    Laura

Log in to reply.

Start of Discussion
1 of 1 replies December 2021
Now