Session Expiration Timeout

Hello all,

I have a question to the following:
Does the text highlighted in green mean that the session timeout is now switched off by default?
An open Board session is not closed automatically if the user is not working in Board?

We are working with the Board Version: 12.6 Revision: 0.2.88217

Kind Regards
Stefan Batalia

Accepted Answers

  • Samson Sunny
    Samson Sunny Employee, Community Captain
    25 Answers 100 Comments Third Anniversary 25 Likes
    Answer ✓

    Hi @Stefan Batalia,

    Yes this means that from 2023 Spring release (Board 12.5) there is no default session expiration timeout i.e. the session would not close automatically.

    <EnableSessionExpiration>false</EnableSessionExpiration>

    When the parameter is set to True, all the users who are inactive for 1 hour (default) will be automatically deactivated and you can also modify the session expiration timeout limit to less than 1hour in the below parameter.

    <SessionExpirationTimeout>3600</SessionExpirationTimeout>

    Thanks,
    Samson.

  • Stefan Batalia
    Stefan Batalia Customer
    Fourth Anniversary 10 Comments 5 Likes Photogenic
    Answer ✓

    Hello Samson,

    thanks for your reply.

    o.k., then I will test it on our development server-

    Kind regards
    Stefan

Answers

  • Hi @Samson Sunny,

    users were complaining about being kicked-out 🙂, so I was looking for the <EnableSessionExpiration> parameter in the server_config_v2.xml but could not find it. Or is it stored somewhere else?

    We are running version 12.6 Rev 0.2.92430

    Thanks and regards, Pascal

  • Hi Pascal,

    You may need to manually add this field to the file to make changes to it.

  • Samson Sunny
    Samson Sunny Employee, Community Captain
    25 Answers 100 Comments Third Anniversary 25 Likes

    Hi @Pascal W. ,

    You would find the <EnableSessionExpiration> parameter in the BoardEngineParams.xml file. I just wanted to let you know that you do not need to add this line as it is set to "false" by default which means there is no session expiration timeout set.

    Thanks,
    Samson.