Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to increase inactive session timeout BI Publisher 12

Summary
How to increase inactive session timeout BI Publisher 12
Content
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
Answers
-
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
0 -
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.
0