How to increase the session timeout on JaserperServer
JasperServer with Spectrum
This is set to logout after 20 minutes by default.
Here are the steps to change the session timeout on the jasperServer
In the server where Jaspersoft is installed e.g.
Changing timeout from 20 (default) to 30 minutes.
<session-config>
<!--Default to 20 minute session timeouts-->
<session-timeout>20</session-timeout>
</session-config>