What is the min/max Session Timeout value?

Kyle Mitofsky July 29, 2016

According to the Docs on changing the default session timeout, you can set the session-timeout value.  

What are the min/max values accepted?

 

<web-app ...>
  ...
  <session-config>
    <session-timeout>30</session-timeout>
  </session-config>
  ...
</web-app>

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2016

There is no limit. -1 means unlimited, although that is not recommended.

Pavel Serdechnov January 18, 2019

why it is not recommended?

Suggest an answer

Log in or Sign up to answer