Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wording for Lifecycle sessionTimeout configuration #457

Merged
merged 5 commits into from
Dec 14, 2023

Conversation

kevinlind
Copy link
Contributor

Description

Update wording of Lifecycle sessionTimeout configuration to state the timeout is applied from when the application is sent to the background to the next application launch. The current wording implies the timeout is applied from the current session start to the next launch, which is not correct.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Update wording of Lifecycle sessionTimeout configuration to state the timeout is applied from when the application is sent to the background to the next application launch. The current wording implies the timeout is applied from the current session start to the next launch, which is not corret.
@@ -16,7 +16,7 @@ keywords:

This configuration setting is only used in the Analytics use case, when using the [Lifecycle data content response](./event-reference.md#lifecycle-data-content-response) event to determine session length. <br/><br/> In the Platform use case, events are dispatched based on [Lifecycle Application Foreground](./event-reference.md#lifecycle-application-foreground) and [Lifecycle Application Background](./event-reference.md#lifecycle-application-background) and not on a set session timeout.

Specifies the length of time, in seconds, that must elapse between the time the app is launched and before the launch is considered to be a new session. This timeout also applies when your application is sent to the background and reactivated.
Specifies the length of time, in seconds, that must elapse between the time the app is sent to the background and before the next launch is considered to be a new session.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new wording isn't quite flowing for me - it's a lot to try and communicate in one sentence 😄

Number of seconds that must elapse between the app entering the background and subsequently re-entering the foreground in order for the SDK to create a new session.

?

@kevinlind kevinlind merged commit d7fe8f7 into AdobeDocs:main Dec 14, 2023
2 checks passed
@kevinlind kevinlind deleted the sessiontimeout branch December 14, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants