Monday, June 2, 2014

OBIEE 11g : Reset Session Expiry Time

In OBIEE 11g the default client session out time is 210 minutes. 
We can change this time as per the requirements.
To change this time we need to make changes in insanceconfig.xml file.

You can find this file in below path,

/u01/Middleware/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1

In this file you can find below tags,

    <Security>
         <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>

As you can see the default session out time is 210 minutes.
You can change this number as per your requirements.
Once changed restart presentation services to take effect.

No comments:

Post a Comment