While designing a Rich Form, you may receive a session timeout error. You can follow the steps below to increase the session timeout period.
Steps:
- Open web.xml file present at following location "<Adeptia Suite Install Directory>/ServerKernel/RichForms/WEB-INF/".
- Search for session-timeout tag. Session timeout accepts value in minutes
- <session-timeout> 480 </session-timeout> // 480 is the timeout value in minutes that can be changes as per requirement.
- Save the file and restart Kernel and Webrunner.
Comments
0 comments
Article is closed for comments.