cancel
Showing results for 
Search instead for 
Did you mean: 

Session Timeout for Launchpad

0 Kudos

Hi all,

Can we set a session time out time for launchpad application?

If so can you please guide me on how to set this.

Thanks and Regards

Puneet Jagdev

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

Puneet,

Fiori apps do not have a session in backend, unlike WebDynpro/GUIs. They work on logon tickets which are valid for certain period. Every time you perform something on Fiori app, the logon ticket's expiry time goes on extending. But if you are idle for more than 1800 seconds (default), logon ticket is no longer valid and you will be asked to re-authenticate. You can change this default value by changing the profile parameter http/security_session_timeout .

Current value of this profile parameter can be checked at Tcode SICF_SESSIONS.

Here is the detail of this parameter.

Activating HTTP Security Session Management on AS ABAP - User Authentication and Single Sign-On - SA...

Search for the parameter in the above link.

This cannot be done at Fiori Application level though.

Regards

Krishna

Answers (0)