SAP Knowledge Base Article - Public

3040370 - User Logged Out During Content or After Completing Content

Symptom

  • A user is taking content and is logged out of the application.
  • A user has completed content, attempts to navigate or access another part of the application, and is logged out.
  • The user is presented with the following error: "There is no valid user session or the session has timed out. Please login again."

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

SAP SuccessFactors Learning

Cause

There are two common reasons:

  1. The timeout settings on the system have been modified
  2. The content is coded to send a logout command which invalidates the user session

Resolution

Check the timeout settings:

  1. Navigate to System Administration > Configuration > System Configuration
  2. Edit LMS_ADMIN
  3. Make sure that contentStructurePageKeepAliveInterval is set to 300 as per the default values. Do not increase this value.

Check the data sent by the content:

  1. Gather network traces while completing the content. Example on how to gather network traces can be seen here.
  2. Look for the PwsAicc or SCORMRteServlet API communications in the logs and find the LESSON_STATUS sent
  3. If the LESSON_STATUS has a 'logout' command, the content needs to be fixed. This is noted here

Note: Content troubleshooting is outside the scope of SAP Support as it's developed by 3rd party applications. Please contact your content developer/provider to update the content.

Keywords

KBA , LOD-SF-LMS-CNT , Content , Problem

Product

SAP SuccessFactors Learning all versions

Attachments

Pasted image.png