-
Notifications
You must be signed in to change notification settings - Fork 215
Document Kubernetes Kit backend session expiration policy #4144
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
Changes from 1 commit
26c9abb
fba6242
0101c6e
fce3569
7e750fc
c1af842
b021a2c
30c44de
7430a2a
a100852
be0bf33
e18726c
119781c
9a24917
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,3 +84,24 @@ spring: | |
| host: redis-service | ||
| ---- | ||
| -- | ||
|
|
||
| == Backend Session Expiration Policy | ||
|
|
||
| Backend session expiration policy allows to define an expiration timeout for the backend stored session. By default no expiration is set, but can be expiration can be activated setting the property or by providing a custom SessionExpirationPolicy bean. If no unit is provided in the property, seconds are assumed. | ||
|
||
|
|
||
| [.example] | ||
| -- | ||
| .application.properties | ||
| [source,properties] | ||
| ---- | ||
| vaadin.kubernetes.backend-session-expiration-tolerance: duration | ||
TatuLund marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ---- | ||
|
|
||
| .application.yaml | ||
| [source,yaml] | ||
| ---- | ||
| vaadin: | ||
| kubernetes: | ||
| backend-session-expiration-tolerance: duration | ||
TatuLund marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ---- | ||
| -- | ||
Uh oh!
There was an error while loading. Please reload this page.