Skip to content

Commit

Permalink
Edited new text only.
Browse files Browse the repository at this point in the history
  • Loading branch information
russelljtdyer committed Feb 28, 2025
1 parent b021a2c commit 30c44de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/tools/kubernetes/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ spring:

== Backend Session Expiration Policy

The backend session expiration policy allows you to define an expiration timeout for the backend stored session. By default no expiration is set, but expiration can be activated by setting the `vaadin.kubernetes.backend-session-expiration-tolerance` property or by providing a custom `SessionExpirationPolicy` bean. The property defines the amount of time to be added to the HTTP session timeout to determine the expiration of the backend session. If time unit is not given, milliseconds is assumed.
The backend session expiration policy allows you to define an expiration timeout for the backend stored session. By default, no expiration is set. However, expiration can be activated by setting the `vaadin.kubernetes.backend-session-expiration-tolerance` property, or by providing a custom `SessionExpirationPolicy` bean. The property defines the amount of time to be added to the HTTP session timeout to determine the expiration of the backend session. If a time unit is not given, milliseconds is assumed.

[.example]
--
.application.properties
[source,properties]
----
# Given an HTTP session timeout of 30 minuts, the session stored in the backed will expire 35 minutes of inactivity
# Given an HTTP session timeout of 30 minutes, the session stored in the backed will expire after 35 minutes of inactivity
vaadin.kubernetes.backend-session-expiration-tolerance: 5m
----

Expand Down

0 comments on commit 30c44de

Please sign in to comment.