Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view
Hi to all,

I need to increase the knowage session timeout.

I try modifyng tomcat session timeout in web.xml file, and  adding the keepAliveTimeout parameter to the Connector in server.xml file, with no results.

Is there any parameter in knowage to set in order to increase this session timeout? Or anyone has another solution to solve the problem?

Thanks

Alessandro
Environment knowage 6.1, Ubuntu Server
in General Configuration by (360 points)

1 Answer

0 votes

Did you change this section in the web.xml of the knowage web app?

<session-config>

<session-timeout>30</session-timeout>

</session-config>

by (11.6k points)
Hi there,

We have tried this solution in version 8.0.9, and we are still having a timeout configured for 30 minutes.

Is there any other configuration we should do?

Thanks!
...