How to increase inactive session timeout BI Publisher 12
Hi,
I am trying to figure out how to increase inactive session timeout for BI Publisher 12 but could not find any solution.
Any suggestion?
Regards
Please check : ID 1546377.1
Full bounce of BI required to take changes effect. Again it all depends, what time component timeout you wanted to change, double check before you update and measure the timeout via logs.
Thank you
Please try this... found in a blog online
In the web.xml located in WEB-INF folder (location varies with which app server is used to deploy BIP). With OAS, it is located in \applications\xmlpserver\xmlpserver\WEB-INF
Look for the tag:
<session-config> <session-timeout>30</session-timeout></session-config>
You can change it as you wish, its measured in minutes.