Solution
Configure the session timeout maximum for 15 minutes, by following the next steps:
1.
Locate the distributable EAR file delivered by Bizagi for your server.
2.
Open the file using a compressor utility as WinRAR, 7Zip, etc.
3.
Locate the web.xml file in BizAgi-war.war\WEB-INF
folder and open it using the text editor of your choice.
4.
Locate the <session-config>
section and change the <session-timeout>
property to 15
minutes.
5.
Save the file and deploy the modified EAR to your server.
|