cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Session timeout - BI Launch Pad

former_member859326
Discoverer
0 Likes
3,776

Hi,

We use BI Launch Pad (in Business Objects 4.2) to view our reports. Default session timeout is 20 minutes in web.xml file. When the user is logged in, session gets expired before 20 minutes. We increased the session timeout value from 20 minutes to 60 minutes and restarted all BOBJ Servers. But still we have this issue.

Apart from below the XML file, are there any config files (or a registry) where we have to modify this setting ?

<BOE_INSTALL_DIR>\tomcat\webapps\BOE\WEB-INF\web.xml

Please advise.

Regards,

Asanka Haradasa

Accepted Solutions (0)

Answers (2)

Answers (2)

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes

adam.litchfield

You may also need to update the value of 'AdminServiceClientSessionTimeoutSeconds' 
in the
[InstallDir]\BusinessObjects\webapps\enterprise115\WEB-INF\config\EnterpriseCache.properties file 

to match the value of SessionTimeout in web.xml.

Other than these two files, there are no other config files in which you need to modify the session timeout setting.

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes

adam.litchfield

According to the SAP Help Portal, the session timeout setting for BI Launch Pad is located in the Default Session Configuration section of the web.xml file. The file path for the installation directory is <BOE_INSTALL_DIR>\tomcat\webapps\BOE\WEB-INF\web.xml...1.

In addition to the web.xml file, there are other configuration files where you can modify this setting. According to SAP Support Knowledge Base article 2600824, changing these timeouts requires configurat...2.