<?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 for SCP application in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924197#M4479909</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try setting the SESSION_TIMEOUT variable in the manifest.yml file. In the env section. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- name: node-hello-world&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  memory: 100M
  path: web
  env:
    SESSION_TIMEOUT: 40&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; for complete xs app json reference can be found here &lt;A href="https://github.com/bizhuka/tsbCalc"&gt;https://github.com/bizhuka/tsbCalc&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 16:28:16 GMT</pubDate>
    <dc:creator>former_member654498</dc:creator>
    <dc:date>2020-01-16T16:28:16Z</dc:date>
    <item>
      <title>Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaq-p/11924193</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;My MTA application is deployed in Cloud Foundry in SCP. I have tried to set the session timeout in xs-app.json as given in the link: &lt;A href="https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/5f77e58ec01b46f6b64ee1e2afe3ead7.html#loio5f77e58ec01b46f6b64ee1e2afe3ead7__section_imh_gsy_lv"&gt;https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/5f77e58ec01b46f6b64ee1e2afe3ead7.html#loio5f77e58ec01b46f6b64ee1e2afe3ead7__section_imh_gsy_lv&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;But there it has clearly mentioned that, The sessionTimeout property is no longer available; to set the session time out value, use the environment variable&amp;lt;SESSION_TIMEOUT&amp;gt;.&lt;/P&gt;
  &lt;P&gt;So i tried to set the environment variable SESSION_TIMEOUT as given in the link: &lt;A href="https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/0aac697f0cf7444193ed5eb0fc6e5bd0.html#loio0aac697f0cf7444193ed5eb0fc6e5bd0__section_blz_hgn_mv"&gt;https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/0aac697f0cf7444193ed5eb0fc6e5bd0.html#loio0aac697f0cf7444193ed5eb0fc6e5bd0__section_blz_hgn_mv&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;using command: cf set-env &amp;lt;myApp1&amp;gt; SESSION_TIMEOUT 40&lt;/P&gt;
  &lt;P&gt;But it is not triggering the central logout endpoint configured in xs-app.json. My client initiated central logout is working as expected. I have configured xs-app.json as per the given link: &lt;A href="https://github.com/bizhuka/tsbCalc#session-timeout"&gt;https://github.com/bizhuka/tsbCalc#session-timeout&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;But it is not triggering the session timeout. Please help.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Ravindra&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaq-p/11924193</guid>
      <dc:creator>ravindrapawar</dc:creator>
      <dc:date>2019-06-19T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924194#M4479906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you are using "cf set-env APP_NAME" command you are changing the app configurations, for these configurations to take palce you need to restart the application by executing "cf restart APP_NAME" &lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 14:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924194#M4479906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-06-19T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924195#M4479907</link>
      <description>&lt;P&gt;Thanks Leon,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I did execute 'cf restage APP_NAME' followed by 'cf restart APP_NAME' after 'cf set-env APP_NAME'. But still no luck.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 08:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924195#M4479907</guid>
      <dc:creator>ravindrapawar</dc:creator>
      <dc:date>2019-06-20T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924196#M4479908</link>
      <description>&lt;P&gt;we are also facing the same issue ,how to acheive this?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 09:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924196#M4479908</guid>
      <dc:creator>siddharth_jain</dc:creator>
      <dc:date>2019-07-11T09:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924197#M4479909</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try setting the SESSION_TIMEOUT variable in the manifest.yml file. In the env section. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- name: node-hello-world&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  memory: 100M
  path: web
  env:
    SESSION_TIMEOUT: 40&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; for complete xs app json reference can be found here &lt;A href="https://github.com/bizhuka/tsbCalc"&gt;https://github.com/bizhuka/tsbCalc&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 16:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924197#M4479909</guid>
      <dc:creator>former_member654498</dc:creator>
      <dc:date>2020-01-16T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Session Timeout for SCP application</title>
      <link>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924198#M4479910</link>
      <description>&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;I am also facing same issue. Were you guys able to find some solution to this issue ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 07:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/session-timeout-for-scp-application/qaa-p/11924198#M4479910</guid>
      <dc:creator>former_member531438</dc:creator>
      <dc:date>2020-02-18T07:10:06Z</dc:date>
    </item>
  </channel>
</rss>

