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

feat: add configurable backend session expiration policy #163

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

mcollovati
Copy link
Contributor

Description

Allows to define an expiration policy for the backend stored session. By default no expiration is set, but can be expiration can be activated setting the vaadin.kubernetes.backend-session-expiration-tolerance property or by providing a custom SessionExpirationPolicy bean.

Fixes #126

Type of change

  • Bugfix
  • Feature

Checklist

  • I have read the contribution guide: https://vaadin.com/docs/latest/guide/contributing/overview/
  • I have added a description following the guideline.
  • The issue is created in the corresponding repository and I have referenced it.
  • I have added tests to ensure my change is effective and works as intended.
  • New and existing tests are passing locally with my change.
  • I have performed self-review and corrected misspellings.

Additional for Feature type of change

  • Enhancement / new feature was discussed in a corresponding GitHub issue and Acceptance Criteria were created.

Allows to define an expiration policy for the backend stored session.
By default no expiration is set, but can be expiration can be activated
setting the vaadin.kubernetes.backend-session-expiration-tolerance property
or by providing a custom SessionExpirationPolicy bean.

Fixes #126
@mcollovati mcollovati force-pushed the issues/126_backend_expiration_policy branch from 52a0418 to 59eeed5 Compare November 27, 2024 14:45
@tamasmak tamasmak merged commit 9bb5e5f into main Nov 27, 2024
2 checks passed
@tamasmak tamasmak deleted the issues/126_backend_expiration_policy branch November 27, 2024 14:53
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.

Allow backend connector to apply expiration policies based on HTTP session timeout
2 participants