Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to increase inactive session timeout BI Publisher 12

Received Response
81
Views
2
Comments

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

  • Sreedhar Puppali
    Sreedhar Puppali Rank 3 - Community Apprentice

    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

  • Venu Solipuram
    Venu Solipuram Rank 4 - Community Specialist

    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.