<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Session timeout - BI Launch Pad in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776382#M4796679</link>
    <description>&lt;SPAN class="mention-scrubbed"&gt;adam.litchfield&lt;/SPAN&gt;&lt;P&gt;can you assign to relevant SAP BO tags&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 06:30:47 GMT</pubDate>
    <dc:creator>Yogananda</dc:creator>
    <dc:date>2023-06-05T06:30:47Z</dc:date>
    <item>
      <title>Session timeout - BI Launch Pad</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaq-p/12776381</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;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. &lt;/P&gt;
  &lt;P&gt;Apart from below the XML file, are there any config files (or a registry) where we have to modify this setting ?&lt;/P&gt;
  &lt;P&gt;&amp;lt;BOE_INSTALL_DIR&amp;gt;\tomcat\webapps\BOE\WEB-INF\web.xml&lt;/P&gt;
  &lt;P&gt;Please advise.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Asanka Haradasa&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 09:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaq-p/12776381</guid>
      <dc:creator>former_member859326</dc:creator>
      <dc:date>2023-06-04T09:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Session timeout - BI Launch Pad</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776382#M4796679</link>
      <description>&lt;SPAN class="mention-scrubbed"&gt;adam.litchfield&lt;/SPAN&gt;&lt;P&gt;can you assign to relevant SAP BO tags&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776382#M4796679</guid>
      <dc:creator>Yogananda</dc:creator>
      <dc:date>2023-06-05T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Session timeout - BI Launch Pad</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776383#M4796680</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;adam.litchfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;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. &lt;A href="https://help.sap.com/docs/SAP_BUSINESSOBJECTS_ANALYSIS,_EDITION_FOR_OLAP/c4341f1ce3324d9d9309163567effc1b/470b9dd86e041014910aba7db0e91070.html" target="_blank"&gt;The file path for the installation directory is &amp;lt;BOE_INSTALL_DIR&amp;gt;\tomcat\webapps\BOE\WEB-INF\web.xml where &amp;lt;BOE_INSTALL_DIR&amp;gt; is the file path for the installation directory (by default, C:\Program Files (x86)\SAP BusinessObjects\) &lt;/A&gt;&lt;A href="https://help.sap.com/docs/SAP_BUSINESSOBJECTS_ANALYSIS,_EDITION_FOR_OLAP/c4341f1ce3324d9d9309163567effc1b/470b9dd86e041014910aba7db0e91070.html" target="_blank"&gt;&lt;SUP&gt;1&lt;/SUP&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In addition to the web.xml file, there are other configuration files where you can modify this setting. &lt;A href="https://userapps.support.sap.com/sap/support/knowledge/en/2600824" target="_blank"&gt;According to SAP Support Knowledge Base article 2600824, changing these timeouts requires configuration in multiple places &lt;/A&gt;&lt;A href="https://userapps.support.sap.com/sap/support/knowledge/en/2600824" target="_blank"&gt;&lt;SUP&gt;2&lt;/SUP&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776383#M4796680</guid>
      <dc:creator>Yogananda</dc:creator>
      <dc:date>2023-06-05T06:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Session timeout - BI Launch Pad</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776384#M4796681</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;adam.litchfield&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;You may also need to update the value of 'AdminServiceClientSessionTimeoutSeconds' 
in the
[InstallDir]\BusinessObjects\webapps\enterprise115\WEB-INF\config\EnterpriseCache.properties file &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to match the value of SessionTimeout in web.xml.&lt;/P&gt;&lt;P&gt;Other than these two files, there are no other config files in which you need to modify the session timeout setting.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-bi-launch-pad/qaa-p/12776384#M4796681</guid>
      <dc:creator>Yogananda</dc:creator>
      <dc:date>2023-06-05T06:32:34Z</dc:date>
    </item>
  </channel>
</rss>

