Symptom
Users session times out after 30 minutes, showing "Session has timed out" error, even though SESSION_TIMEOUT_INTERVAL_IN_MINUTES was set to a higher value (e.g., 60).
Environment
SAP S/4HANA Cloud Public Edition
Reproducing the Issue
- Open the application 'Manage Launchpad Settings' and search for 'SESSION_TIMEOUT_INTERVAL_IN_MINUTES'.
- Click 'Edit' and sear for parameter SESSION_TIMEOUT_INTERVAL_IN_MINUTES and se it to 60.
- Open an application which is retrieving data (actively polling).
- Remain idle for 30 minutes.
- The ABAP session timeout will be triggered at 30 minutes and the session is not extended.
Cause
Backend Security Session (ABAP)
-
Has a fixed 30-minute idle timeout (cannot be changed).
-
Reset if any request reaches the server (polling).
Fiori Launchpad Polling
-
The Fiori Launchpad may send background polling requests (e.g., tiles, notifications).
-
Each polling request resets the 30-minute ABAP timeout, keeping the session alive.
-
Controlled by parameter SESSION_TIMEOUT_STOP_DATA_REFRESH:
-
If active, polling stops and the backend session expires after 30 minutes idle.
-
If inactive, polling continues and the backend session keeps resetting.
-
SESSION_TIMEOUT_INTERVAL_IN_MINUTES
-
Determines timeouts for stateless Fiori Launchpad sessions where no data retrieval is happening.
-
Does not override the backend ABAP session timeout (30 min) for apps that retrieve data.
Resolution
To prevent applications that have active polling from extending sessions, configure SESSION_TIMEOUT_STOP_DATA_REFRESH:
- Open 'Manage Launchpad Settings'.
- Search for SESSION_TIMEOUT_STOP_DATA_REFRESH.
- Click 'Edit' and input value.
Timeout = (SESSION_TIMEOUT_STOP_DATA_REFRESH value + 30 minutes).
See Also
Keywords
Auto logout, time limit setting, ABAP backend, session timeout, timeout, idle time, user web browser session, SESSION_TIMEOUT_INTERVAL_IN_MINUTES, SESSION_TIMEOUT_STOP_DATA_REFRESH, IAS, sign, out, session, polling, abap, backend, ui, s/4hana cloud , KBA , CA-FLP-FE-COR , SAP Fiori Launchpad Frontend Core and Services , How To
SAP Knowledge Base Article - Public